JavaScript COVID-19 Tracker Chart
Also known as Bar Graph, Column Chart or Column Graph
Showcase of LightningChart JS Bar Charts in a Racing Bar Chart context, to visualize tracking of the Co-Vid 19 virus.
Tha data (country, history of cases) that is taken from API
In setInterval loop data is sorted by total COVID cases per each day and top 20 cases added to
the bars series in format { category: string, value: number }.
Sorting and animations are built-in to the chart feature, which makes the application code minimal and simple to maintain.