Example of Line in Javascript Chart Control

/
/
Line

This Polar Radar Line Chart example visualizes data about Alaska Weather Statistics - 2016 with a default polar line series.

More Details...

Source: www.yr.no
Series Type:
Closed:
Start Angle:

0

Inversed:
Description

In this example, you can see how to render and configure polar and radar charts with a line series. The type of series can be changed using the Series Type dropdown list in the properties panel. Also, the angle can be changed and the series can be inversed using Start Angle and inversed properties. Tooltip is enabled in this example, to see the tooltip in action, hover a point or tap on a point in touch enabled devices. Injecting Module Chart component features are segregated into individual feature-wise modules. To use Line drawtype in Polar series and Radar series, we need to inject PolarSeries, RadarSeries and LineSeries module using Chart.Inject(PolarSeries, RadarSeries, LineSeries) method. More information on the polar and radar series with a line type chart series can be found in this documentation section.