Closed jmwierzbicki closed 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?
Ah, I used renderTo property, and wasnt avare that it will affect ID defined in ID, sorry for that.
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?