Angular Column Charts are represented by rectangles where height of the rectangle is proportionate to the datapoint y-value. Column Charts are also known as Vertical Bar Charts. Generally positive values are plotted upward in column chart, whereas negative are plotted downward unless y-axis is reversed. CanvasJS Angular Component supports rendering varieties of column charts like Column, Stacked Column, Stacked Column 100%. In case of more than one series, Data Points from different Series are placed next to one another and are differentiated by their color. However in Stacked Column Chart, datapoints from different series are stacked one on top of the other instead of placing them side-by-side like in standard multi-series chart.
Column Chart, also called as Vertical Bar Chart are useful to compare value between different categories / series.
Stacked Column Charts – columns from each dataseries are stacked vertically on top of each other and are used to show relation between individual value to the total sum.
A waterfall chart is used for visualizing financial statements, comparing earnings and analyzing sales or product value over a period of time.
Most commonly used features in Angular Column Chart includes animation, beveling the column, index-labels, color, etc.
In most of the cases Angular Column Chart renders faster with default options provided by the library. But in case you still want to optimize for specific cases, these are the tweaks to be done to make chart render faster.