helgasoft commented on issue #18252: URL: https://github.com/apache/echarts/issues/18252#issuecomment-1471220090
_minInterval_ works, but in a weird way. The auto-generated interval in your example is 7 days, _minInterval_ has to be more than **twice** that to take effect. For instance ```minInterval: (3600 * 24 * 1000) *17``` will make labels sparse. -- 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]
