ysk3a commented on issue #13839: URL: https://github.com/apache/echarts/issues/13839#issuecomment-1884372331
I also would love for an official support for this. I've been playing around in the meantime with some of the work around in mentioned in some related issues but i've noticed a weird behavior when adding the datazoom or range slider to it. https://stackblitz.com/edit/web-platform-j735xj?file=script.js I was just testing out a code from an older issue which has uneven subcategories (some having 1month or 3 or 2months) but in that example, with the datazoom, a weird and unwanted behavior happens when user change the left datazoom range toward the right, the group category axis tick shifts giving the user the impression that 2016winter is including 10, 11 and 12. group category red axis line showing correctly:  after changing range: (the red line of 2016winter/2016冬 jumps to group 10, 11, 12 instead of only 12)  I think this happens due to uneven datazoom range since it also happens in the middle range as well. i'm not exactly sure as this is a quick guess. I'm not sure if this is a **_bug_** or because the interval property in axistick needs to be more complex? -- 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]
