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

Capture and play voice with Asterisk ARI -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -