miloschuman / yii2-highcharts

Highcharts widget for Yii 2 Framework
http://www.yiiframework.com/extension/yii2-highcharts-widget/
MIT License
166 stars 63 forks source link

accessing highchart via JS #17

Closed jmwierzbicki closed 9 years ago

jmwierzbicki commented 9 years ago

Hey, i expirienced issue where if i declare widget and then declare js function script with $this->registerJs($script, $this::POS_END); my script is initialized before highcharts, so it says that chart is not defined. how to handle it?

jmwierzbicki commented 9 years ago

Ah, I used renderTo property, and wasnt avare that it will affect ID defined in ID, sorry for that.