acsabi310 commented on issue #13627: URL: https://github.com/apache/echarts/issues/13627#issuecomment-1958966293
It would be really good to have something like this. For now, when an axis is typed as 'value' with for example min: 0 max: 120, in the axisLabel's formatter callback function I just got 0,20,40,...,120 for the values. If I could get all the integer values, I could write my own logic to show specific labels. Supporting the 'interval' property would be beneficial too. So I could have something like this:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
