echarts
echarts copied to clipboard
Bar chart adds extra space outside of timerange
Version
5.5.0
Link to Minimal Reproduction
No link as the project is not opensource
Steps to Reproduce
- Create a bar chartw ith data.
- Set a narrow timerange, fo that you can see 2 or 3 bars (in my case 13:00-14:30)
Current Behavior
On the time axis the time start not from 13:00, but from 11:00, ends not at 14:30, but at 15:30.
Expected Behavior
The time axis starts at 13:00 and ends at 14:30 as the time range was set so.
Environment
- OS: Windows
- Browser: Chrome
- Framework: Vue.JS
Any additional comments?
No response