Example of Scatter in Javascript Chart Control

/
/
Scatter

This sample shows GDP growth of different countries for a few years in the polar and radar charts using the scatter series.

More Details...

Series Type:
Description

In this example, you can see how to render and configure polar and radar charts with a scatter series. Switching between polar and radar series can be done using the Series Type in the property panel. 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 scatter drawtype in Polar series and Radar series, we need to inject PolarSeries, RadarSeries and ScatterSeries module using Chart.Inject(PolarSeries, RadarSeries, ScatterSeries) method. More information on the polar and radar chart with a scatter series can be found in this documentation section.