Vuejs Column Chart uses vertical bars with their length proportionate to the datapoint y-value. Column charts are also referred to as Vertical Bar Charts. In column charts, categories are typically organized along the horizontal axis called axisX and values along the vertical axis called axisY. Library supports different variants of Column Charts like, Multi-Series Column, Stacked Column & Stacked Column 100% Charts.
Column Charts use vertical bars to compare value between different categories/series.
Stacked Column Chart is formed by stacking multiple data-series one on top of another.
Most commonly used features in Vuejs Column Chart includes beveling the column, opacity of the bars, datapoint max-width, index-labels, etc.