fix: Grafana 7.2 compatibility

- See #135
This commit is contained in:
Ivan Mikheykin
2020-10-12 10:53:14 +03:00
parent c20eb9e1d3
commit b7c525252e
3 changed files with 11 additions and 1 deletions
+5
View File
@@ -267,6 +267,11 @@ System.register(["lodash", "./color_legend", "./options_editor", "./tooltip_edit
PanelEvents.fallbackToStringEvents();
_export("renderComplete", renderComplete = 'statusmap-render-complete');
} // Grafana 7.2 workaround
if (typeof kbn["intervalToMs"] === "function") {
kbn.interval_to_ms = kbn.intervalToMs;
}
migratePanelConfig(_this.panel);
+1 -1
View File
File diff suppressed because one or more lines are too long