Blazor Live Chart Example.
This sample demonstrates a live chart displaying real-time CPU usage of a machine using the default line series.
In this example, you can see how to render and configure a live updating chart. The chart automatically updates itself every 500 milliseconds. The ObservableCollection data type is used as the data source, which triggers updates whenever the collection contents change, enabling seamless real-time data visualization.