helgasoft commented on issue #18370: URL: https://github.com/apache/echarts/issues/18370#issuecomment-1465248103
> this behavior is solely due to the difference in `barWidth` between bar and candlestick series ? > If that's the case, why does it work perfectly well when both xAxis are of type 'category' Yes, I think it's obvious - candlesticks don't have _barWidth_ with _time_ axis. But they do with _category_ axis - also true. And this is not a bug, just the way developers decided to handle it. I do not like it more than you do and think charts should look consistent regardless of axis type. But ultimately, a **hero** with enough time and knowledge has to sit down and do it in code. -- 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]
