jquery - How to space columns in HighCharts -
i have parent container fixed width , height. graph rendered using highcharts gets contained inside parent container. can tell me should done make chart container scrollable , space labels , bars labels visible , bars spaced well. please find jsfiddle better understanding https://jsfiddle.net/z5wqgkm9/
have tried enabling scroll using
scrollbar: { enabled: true }
but not of help
setting overflow: scroll
on parent div should work.
<div style="width:500px;height:600px; overflow: scroll;"> <div id="recoranks" style="width: 400%; height: 100%; margin: 0 auto"></div> </div>
example: jsfiddle.net/z5wqgkm9/2
Comments
Post a Comment