Example of undefined in React Chart Component

/
/
Scatter

This React scatter plot chart example compares the shoulder and chest measurements for different age groups using the default scatter series.

More Details...

Loading....
Description

In this example, you can see how to render and configure the scatter chart. The scatter chart is used to plot data with two numeric parameters. You can use the Shape property in the marker to change the scatter shape.

Tooltips are enabled in this example. To see the tooltip in action, hover over 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 module into services.

More information on the scatter series can be found in this documentation section.