I want to display two charts in the same line using div. Can you please help?
Here is the what I am trying but it shows up in 2 lines.
<script src="http://code.highcharts.com/highcharts.js"></script>
<script src="http://code.highcharts.com/modules/exporting.js"></script>
<div>
<div id="container" style="width: 200px; height: 200px; diplay:inline"></div>
<div id="container2" style="width: 200px; height: 200px; display:inline"></div>
</div>
full code in http://jsfiddle.net/nCe36/