echarts
echarts copied to clipboard
[Bug] eCharts xAxis label not align well when zooming in
Version
5.5.0
Link to Minimal Reproduction
https://codepen.io/Dvora-IT/pen/qBGBaGX
Steps to Reproduce
create basic chart bar with zoom when we zoom in the label not align to the tick.
I tried to use 'alignWithLabel:true' but it aligns the tick to the label and I need the opposite operation that the label and the tick align between the bars
Current Behavior
when we zoom in the label not align to the tick.
Expected Behavior
the tick and the label will be align between the bars
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response