Synchronize ValueAxis grids
问题 I have these two ValueAxes : { ... minimum: 0, maximum: 100, strictMinMax: true, autoGridCount: false, gridCount: 10 }, { ... minimum: -15, maximum: 215, strictMinMax: true, autoGridCount: false, gridCount: 10 } Now the grid lines of both axes are creating a total mess in the chart and its hard to not get confused while trying to read values. The reason for this is, that AmCharts rounds the labels up or down to ten-steps, not respecting the gridCount . I need to know if there's a way to get