Example of Animated Time Line Pie Chart in Javascript Chart

/
/
undefined

This sample demonstrates how the data source for the doughnut chart can dynamically update at regular intervals over a span of years.

More Details...

Description

In this example, you can see how to render and configure a doughnut chart that displays the average stock market prices of leading tech giants, with each entry featuring the company name and the corresponding stock price. The Doughnut chart updates dynamically to show the progression of stock prices from 2010 to 2020 using the setData method. Injecting Module The Charts component’s features are segregated into individual feature modules. To use the pie series feature, we need to inject PieSeries module using AccumulationChart.Inject(PieSeries) method. More information about the donut series can be found in this documentation section.