fix: opacity color chooser

This commit is contained in:
Ivan Mikheykin
2020-05-23 14:20:21 +03:00
parent 80548d3972
commit f4d2ede57b
3 changed files with 4 additions and 1 deletions
+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 {