mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 15:53:09 +00:00
feat: use grafana-toolkit to build a plugin
- fix linter warnings - use yarn: remove Gruntfile.js and package-lock.json ++
This commit is contained in:
+12
-18
@@ -1,20 +1,14 @@
|
||||
"use strict";
|
||||
import colors from "../colors";
|
||||
import ramp from "../ramp";
|
||||
|
||||
System.register(["../colors", "../ramp"], function (_export, _context) {
|
||||
"use strict";
|
||||
export var scheme = new Array(3).concat(
|
||||
"ece2f0a6bddb1c9099",
|
||||
"f6eff7bdc9e167a9cf02818a",
|
||||
"f6eff7bdc9e167a9cf1c9099016c59",
|
||||
"f6eff7d0d1e6a6bddb67a9cf1c9099016c59",
|
||||
"f6eff7d0d1e6a6bddb67a9cf3690c002818a016450",
|
||||
"fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016450",
|
||||
"fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016c59014636"
|
||||
).map(colors);
|
||||
|
||||
var colors, ramp, scheme;
|
||||
return {
|
||||
setters: [function (_colors) {
|
||||
colors = _colors.default;
|
||||
}, function (_ramp) {
|
||||
ramp = _ramp.default;
|
||||
}],
|
||||
execute: function () {
|
||||
_export("scheme", scheme = new Array(3).concat("ece2f0a6bddb1c9099", "f6eff7bdc9e167a9cf02818a", "f6eff7bdc9e167a9cf1c9099016c59", "f6eff7d0d1e6a6bddb67a9cf1c9099016c59", "f6eff7d0d1e6a6bddb67a9cf3690c002818a016450", "fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016450", "fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016c59014636").map(colors));
|
||||
|
||||
_export("default", ramp(scheme));
|
||||
}
|
||||
};
|
||||
});
|
||||
//# sourceMappingURL=PuBuGn.js.map
|
||||
export default ramp(scheme);
|
||||
|
||||
Reference in New Issue
Block a user