mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 07:49:47 +00:00
Merge pull request #99 from flant/fix_opacity_mode_choose_color
fix: opacity color chooser
This commit is contained in:
Vendored
+1
@@ -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.events.on('onChangeType', _this.onChangeType.bind(_assertThisInitialized(_this)));
|
||||||
|
|
||||||
|
_this.onCardColorChange = _this.onCardColorChange.bind(_assertThisInitialized(_this));
|
||||||
return _this;
|
return _this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -210,6 +210,8 @@ class StatusHeatmapCtrl extends MetricsPanelCtrl {
|
|||||||
// custom event from rendering.js
|
// custom event from rendering.js
|
||||||
this.events.on('render-complete', this.onRenderComplete.bind(this));
|
this.events.on('render-complete', this.onRenderComplete.bind(this));
|
||||||
this.events.on('onChangeType', this.onChangeType.bind(this));
|
this.events.on('onChangeType', this.onChangeType.bind(this));
|
||||||
|
|
||||||
|
this.onCardColorChange = this.onCardColorChange.bind(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
onRenderComplete(data: any):void {
|
onRenderComplete(data: any):void {
|
||||||
|
|||||||
Reference in New Issue
Block a user