Example of undefined in React Chart Component

/
/
PolarLine

This sample demonstrates polar series with line type for Alaska weather statistics data of the year 2016. The angle can be changed and the series can be inversed by using the properties in the panel.

More Details...

Loading....
Description

In this example, you can see how to render and configure the line type charts. Line type charts are used to represent time-dependent data, showing trends in data at equal intervals. You can use dashArray, width, fill properties to customize the line. marker and dataLabel are used to represent individual data and its value.

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 series, we need to inject LineSeries, PolarSeries and RadarSeries module into services.

More information on the polar and radar series with a line type chart can be found in this   documentation section.