Why does this line create a chart...
$('#container-speed').highcharts(Highcharts.merge(gaugeOptions,...
And this one doesn't?
var chart = $('#container-speed').highcharts();
Am I interpreting this correctly? If so, why? What are the rules?