Example of Scatter in React Chart Component

/
/
PolarScatter

This sample demonstrates polar series with scatter type for GDP for different countries in recent years. The switching between polar and radar series can be done by using Series Type in property panel.

More Details...

Loading....
Description

In this example, you can see how to render and configure the scatter type charts. Scatter charts are used to plot financial or scientific data. You can use shape property in the marker to change the scatter shape. dataLabel is used to represent individual data 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 scatter series, we need to inject ScatterSeries, PolarSeries and RadarSeries module into services.

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