AAChartKit icon indicating copy to clipboard operation
AAChartKit copied to clipboard

Y轴的刻度值怎么设定两个数值之间的间隔,不是ticket的间隔

Open siaschenbin opened this issue 5 months ago • 1 comments

Y轴的刻度值怎么设定两个数值之间的间隔? 举例: Y轴刻度为:15万 30万 45万 60万 75万 90万

我想改为: Y轴刻度为:15万 16万 17万 18万 19万 20万

siaschenbin avatar Sep 09 '25 12:09 siaschenbin

自定义 Y 轴刻度, 参考相似问题:

  • https://github.com/AAChartModel/AAChartKit/issues/675
  • https://github.com/AAChartModel/AAChartKit/issues/901
  • https://github.com/AAChartModel/AAChartKit/issues/952
  • https://github.com/AAChartModel/AAChartKit/issues/1324
  • https://github.com/AAChartModel/AAChartKit/issues/1330

AAChartModel avatar Sep 10 '25 02:09 AAChartModel