Commit ff028a33004dceca169e8fa97d7671d63ddbf6d4
1 parent
bb195df2
plugin update
Showing
2 changed files
with
2 additions
and
4 deletions
datalets/base-datalet/static/js/WorkcycleBehavior.js
| @@ -102,7 +102,7 @@ var WorkcycleBehavior = { | @@ -102,7 +102,7 @@ var WorkcycleBehavior = { | ||
| 102 | that.presentData(); | 102 | that.presentData(); |
| 103 | $(that._component).find("base-datalet")[0].removeLoader(); | 103 | $(that._component).find("base-datalet")[0].removeLoader(); |
| 104 | that.redraw(); | 104 | that.redraw(); |
| 105 | - }, 100); | 105 | + }, 300); |
| 106 | }, | 106 | }, |
| 107 | 107 | ||
| 108 | /** | 108 | /** |
datalets/highcharts-datalet/highcharts-datalet.html
| @@ -125,9 +125,7 @@ Example : | @@ -125,9 +125,7 @@ Example : | ||
| 125 | }, | 125 | }, |
| 126 | 126 | ||
| 127 | redraw: function () { | 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 | }; |