javascript - HighCharts - Y-Axis padding in a bar chart -
i use style of y-axis labels in each number placed, left-aligned, on top of respective horizontal grid line, in image below.
the complication in highcharts axis labels overlap first column in column chart.
updated demo: example, see chart: http://jsfiddle.net/nwsgz/1/
i have tried achieve using xaxis.minpadding
, property seems have no effect on column charts. there way in highcharts effect going for? theoretically effect making bars narrow, looking solution.
it doesn't work categorized axis - in type,axis divided equal categories, min/max padding isn't allowed.
possible solution use standard axis, use formatter
axis, see: http://jsfiddle.net/nwsgz/4/
Comments
Post a Comment