When I try to load highcharts on my html page for a specific div, it is displaying larger than the size of div. Simply it is displaying irrespective of the div size. Can someone help? If I re-size my div, the chart must re-size to fit its parent div size.
Asked
Active
Viewed 487 times
1
-
Seeing some code would help. We can't see what you see. – rnevius Sep 25 '14 at 08:02
-
What Code do you exactly require? Html, Css ? – chaitanya Sep 25 '14 at 08:14
-
a [fiddle](http://jsfiddle.net/) would be ideal. – Fergoso Sep 25 '14 at 08:15
-
A fiddle is unnecessary. This site now has a code previewer. We obviously need both your relevant html and css. – rnevius Sep 25 '14 at 08:19
-
1Thanks guys, I solved it. We need to define the css for the ID to which highchart is rendering the data instead of defining a class to use in its parent div. – chaitanya Sep 26 '14 at 06:55