Example of undefined in React Chart Component

/
/
UpdateDataSource

This sample demonstrates how the data source for the chart can dynamically update with random values at a set interval.

More Details...

Loading....
Description

In this example, you can see how to render and configure a column chart that displays sales data, with each entry featuring the product name and the corresponding sales percentage. Additionally, the chart can dynamically update with random values using the setData method.

Injecting Module

Chart component features are segregated into individual feature-wise modules. To use the column series, we need to inject the ColumnSeries module into services.

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