Scrollbar for X axis if the data is large
What problem does this feature solve?
Need to show a horizontal scroll bar in bar charts when the amount of data is large
What does the proposed API look like?
xAxis: {
scrollBar: true
},
This is not scroll, this is zoom. And while they might look the same, for data visualization purposes they are different.
I have a list of horizontal bar charts that vary in total number from 1 to a couple of thousand. I can not have Zoom, I need a scroll with bars having the same width throughout the data.
Need to show a horizontal scroll bar in bar charts when the amount of data is large. If my data fits into given size no need to show scroll but if data amount is more than the given size of chart container then I need to show scroll, but please I don't want to use dataZoom feature. I need a scroll with bars having the same width throughout the data.
I am waiting for this feature. I need scrollbar like this:
I've used slider options to have a similar functionality https://stackblitz.com/edit/echart-playground-fqytxzey?file=index.html