When i render a highcharts-chart to a div container, how can i get access to the chart object through the div-Container? i dont want to make the chart variable global.
you can do this
var chart = $("#testDivId").highcharts();
check example on fiddler