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

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -