mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 15:53:09 +00:00
Created a new tooltip when click in a value to have different external links. Which links can be created with values from the series.
This commit is contained in:
Vendored
+28
@@ -0,0 +1,28 @@
|
||||
"use strict";
|
||||
|
||||
System.register([], function (_export, _context) {
|
||||
"use strict";
|
||||
|
||||
var ExtraSeriesFormat, ExtraSeriesFormatValue;
|
||||
|
||||
_export({
|
||||
ExtraSeriesFormat: void 0,
|
||||
ExtraSeriesFormatValue: void 0
|
||||
});
|
||||
|
||||
return {
|
||||
setters: [],
|
||||
execute: function () {
|
||||
(function (ExtraSeriesFormat) {
|
||||
ExtraSeriesFormat["Date"] = "Date";
|
||||
ExtraSeriesFormat["Raw"] = "Raw";
|
||||
})(ExtraSeriesFormat || _export("ExtraSeriesFormat", ExtraSeriesFormat = {}));
|
||||
|
||||
(function (ExtraSeriesFormatValue) {
|
||||
ExtraSeriesFormatValue["Date"] = "YYYY/MM/DD/HH_mm_ss";
|
||||
ExtraSeriesFormatValue["Raw"] = "";
|
||||
})(ExtraSeriesFormatValue || _export("ExtraSeriesFormatValue", ExtraSeriesFormatValue = {}));
|
||||
}
|
||||
};
|
||||
});
|
||||
//# sourceMappingURL=extra_series_format.js.map
|
||||
Reference in New Issue
Block a user