bar chart - How to set the width within axis label in highcharts -
do know setting in hightcharts can change width marked red arrow example?
please take @ image below
you using categories, axis divided evenly between existing categories. in other words, can remove unnecessary categories, example: http://jsfiddle.net/mwqto4n6/
$('#container').highcharts({ xaxis: { categories: ["2016", "2025"] }, series: [{ type: 'column', data: [200, 120] }] });
Comments
Post a Comment