JavaScript Chart on COVID-19 Data
AnyChart - JavaScript Charts designed to be embedded and integrated
Single-Series Area Chart
Single series Area Chart visualizes share prices for one month. Each point represents a day of the month.
Single-Series Area Chart with Logarithmic Y-Axis
Single series area chart shows website metrics - number of unique visitors through the year. The number of visitors variate greatly, so a logarithmic scale is used to make the chart easier to read.
Stacked Area Chart
Stacked Area Charts with Region-wise sales information. Stacked mode helps to present data as a sum of a whole.
Stacked Bar Chart with Negative Values
Stacked bar charts are used to compare the quantitative value each part of the category brings to the whole category. This chart shows the distribution of the revenue got from the cosmetic products sold to men and women.
Stacked Column and Line Chart
Three series of a Stacked Column type and a series of a Line type are combined in this chart. Two axes demonstrate values in integer and percent values.
anychart.core.Chart.animation set asBool
Box Chart
A Box Chart (Box-and-whisker plot) represents groups of numerical data through their quartiles. It is used in descriptive statistics and shows the median, upper and lower quartiles, the maximum and the minimum of all of the data and outliers.
Line Chart
Basic multi-series line chart that shows the changes the different product sales changes over time.
Line Chart with Logarithmic Scale
Customers activity line chart with logarithmic scale to show data set with a big difference between the values.