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

i want set width of red arrow example

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

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -