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