manojshetty2004 commented on issue #21523: URL: https://github.com/apache/echarts/issues/21523#issuecomment-4106841326
@archiewood , I looked into this a bit more. It seems the issue comes from how band width is calculated for small datasets on a time axis, which causes the first candle to extend into the Y-axis. Instead of relying on manual boundaryGap, I’m planning to add a small dynamic padding (based on half the band width) to the axis extent so the candles stay fully visible. This should also work well for other band-based series like bar charts. Let me know if this approach sounds good -- 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]
