Stacked Column Chart
A Stacked Column Chart is composed of several Column series having their own height and stacked vertically on top of one another. This type is convenient when one needs to see the variation of each Column series and the variation of the combined value.
anychart.core.Chart.animation get
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.
BCT Line Chart 01
Line Chart
Basic multi-series line chart that shows the changes the different product sales changes over time.
Line Chart with custom palette
Line Chart with custom palette chart.palette(['Red', 'Green', 'Blue']);
Line Chart with X Scale Continuous Mode
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
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.
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.
Stacked Column Charts display the comparison of the quantitative value each part of the category brings to the whole category. Each of the stack components shows its relative contribution to the entire bar and the entity as a whole.