I want to Show horizontal scrollbar in the DIV in which Chart is present, but irrespective of any size I assign to the container DIV, the Chart control takes up all the space. This is the code I am using.
<div id="chart1" style="height: 230px; width: 355px; overflow: scroll; padding-left: 10px;"></div>
https://i.stack.imgur.com/R6GZI.png
As visible from the image, either it shows both scrollbars and if I set overflow-x:true and overflow-y: hidden, then it shows the horizontal scroll, but disabled.
Any help please?