Blazor Live Chart Example.
This sample shows the live CPU usage of a machine using the default line series in the chart.
In this example, you can see how to render and configure a live chart. The chart automatically updates itself every 500 milliseconds and the ObservableCollection type is used as the data source, which is triggered on every data update within it.