Highcharts rendering the same chart twice
Does anyone know how to use highcharts to render the same chart twice? My
code that I have is:
$(function () {
$('#SuccessFailedRatio, #CounterfeitRatio').highcharts({
chart: {
....
I have two divs in my html with the id's shown above. Only one chart
appears in CounterfeitRatio. Does anyone know how to make it appear in
both divs? Thanks for the help!
No comments:
Post a Comment