Vuejs Bar Charts are graphs with rectangular bars plotted horizontally with lengths proportional to the values they represent. Hence, they are sometimes referred to as horizontal column chart. Bar charts are used & best suited for data with limited categories/values. Vue.js chart component lets you use different types of bar charts viz Bar, Stacked Bart & Stacked Bar 100% Chart.
In case of bar chart, datapoints are placed next to one another with a gap between them (depending on value) & each bar is assigned with different color. However in case of multi-series, datapoints from different series with same x value are placed next to one another & each series takes a different color.
Bar charts use rectangular bars to compare value between different datapoints/series.
Stacked Bar Chart is formed by stacking multiple data-series one on top of another & is useful in comparing contribution of two or more series towards the total.
Most commonly used features in Vuejs Bar Chart includes controlling datapoint width, animation, beveling the bars, color customizations, etc.