Merge pull request #99 from flant/fix_opacity_mode_choose_color

fix: opacity color chooser
This commit is contained in:
Ivan Mikheykin
2020-05-23 14:21:59 +03:00
committed by GitHub
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -352,6 +352,7 @@ System.register(["lodash", "./color_legend", "app/core/utils/kbn", "app/plugins/
_this.events.on('onChangeType', _this.onChangeType.bind(_assertThisInitialized(_this)));
_this.onCardColorChange = _this.onCardColorChange.bind(_assertThisInitialized(_this));
return _this;
}
+1 -1
View File
File diff suppressed because one or more lines are too long
+2
View File
@@ -210,6 +210,8 @@ class StatusHeatmapCtrl extends MetricsPanelCtrl {
// custom event from rendering.js
this.events.on('render-complete', this.onRenderComplete.bind(this));
this.events.on('onChangeType', this.onChangeType.bind(this));
this.onCardColorChange = this.onCardColorChange.bind(this);
}
onRenderComplete(data: any):void {