I am using bar chart in chartjs. In that bar chart bar width is inconsistent. Means when bar count(labels) is 1 means the single bar is showing like bigger width.It almost occupying entire width of canvas.
When bar count(labels) is 3 or more if i try to use "barValueSpacing" for bar chart it is working fine.But if i minimize the browser the each bar is getting overlapped means its not responsive.
In other charts like "JQPLOT" the width of the bar is automatically getting adjusted its doesn't care about bar count because it has "barWidth" option.So I want to set default width for bar in chart.js and am using "ChartNew.js" library.Could you please anyone help me to solve this problem?