Example of undefined in Javascript Chart Control

/
/
Update data source

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

More Details...

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 using Chart.Inject(ColumnSeries) method. More information on the column series can be found in this documentation section.