### What problem does this feature solve? User can view all the bars in fixed proper size if there are numbers of bars are more than 20-30 & user can scroll X-Axis either Y-Asix ### What does the proposed API look like? options:{ xAxis:{ scrollBar: true } } <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE -->
What problem does this feature solve?
User can view all the bars in fixed proper size if there are numbers of bars are more than 20-30 & user can scroll X-Axis either Y-Asix
What does the proposed API look like?
options:{
xAxis:{
scrollBar: true
}
}