HighCharts - Y-Axis padding in a bar chart

后端 未结 1 1747
礼貌的吻别
礼貌的吻别 2021-02-14 03:45

I use a style of y-axis labels in which each number is placed, left-aligned, on top of its respective horizontal grid line, like in the image below.

The only complicatio

相关标签:
1条回答
  • 2021-02-14 04:18

    It doesn't work for categorized axis - in that type,axis is divided into equal categories, so min/max padding isn't allowed.

    Possible solution is to use standard axis, but use formatter for axis, see: http://jsfiddle.net/NWsgz/4/

    0 讨论(0)
提交回复
热议问题