Gallery / Line Chart
Basic multi-series line chart that shows the changes the different product sales changes over time.
Chartopedia / 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.
API / anychart.core.utils.Animation.duration get
API / anychart.core.utils.Animation.enabled get
Chartopedia / Area Chart
An Area Chart (Area Graph) displays quantitative data by coloring the area between an axis and a line. This type is based on a Line Chart and can be used to highlight the total values over time.
Chartopedia / Bar Chart
A Bar Chart (Bar Graph) displays data with rectangular bars whose sizes are proportional to the values they show. The chart presents compared categories on one axis and their corresponding values - on the other.
Chartopedia / Stacked Bar Chart
A Stacked Bar Chart is composed of several Bar series having their own width and stacked horizontally one by one. This type is convenient when one needs to see the variation of each Bar series and the variation of the combined value.
Chartopedia / Stacked Area Chart
A Stacked Area Chart is composed of several Area series having their own height and stacked vertically one by one. This type is convenient when one needs to see the variation of each Area series and the variation of the combined value.
Chartopedia / Percent Stacked Bar Chart
A Percent Stacked Bar Chart is a multi-series Bar Chart which presents the contribution of each value to the sum of all values across categories. The X-axis is intended for percentage terms (from 0 to 100).
Chartopedia / Spline Chart
A Spline Chart is based on a Line Chart, in which data points are connected with a smooth curve. This chart type also shows how the displayed value changes over time.