Commit bb195df2b119e499b0a789af8cf1ed3a9911ee15
1 parent
a293bb7c
plugin update
Showing
1 changed file
with
3 additions
and
1 deletions
datalets/highcharts-datalet/highcharts-datalet.html
| ... | ... | @@ -125,7 +125,9 @@ Example : |
| 125 | 125 | }, |
| 126 | 126 | |
| 127 | 127 | redraw: function () { |
| 128 | - $(this._component.$.charts.$.container).highcharts().reflow(); | |
| 128 | + //$(this._component.$.charts.$.container).highcharts().reflow(); | |
| 129 | + var a = $(this._component.$.charts.$.container); | |
| 130 | + $(a[0]).highcharts().reflow(); | |
| 129 | 131 | } |
| 130 | 132 | |
| 131 | 133 | }; | ... | ... |