javeiga-iest opened a new issue #13273: URL: https://github.com/apache/incubator-echarts/issues/13273
### What problem does this feature solve? When the interval of an axis is automatic and we move along the axis, the ticks keep their position: https://i.gyazo.com/47b083385dc0ae5e4716f51b4ed0909a.mp4 However, when we assign a value to the interval of the axis and move, the value of the ticks is updated. https://i.gyazo.com/45a431489b512f469862ccab84fdd6ed.mp4 It would be interesting to be able to set the interval and keep the ticks when scrolling through the chart, just like when the interval is automatic. ### What does the proposed API look like? interval { value: 60, fixed: true} <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE --> ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
