mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-21 23:42:03 +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(
|
||||
"e0f3dba8ddb543a2ca",
|
||||
"f0f9e8bae4bc7bccc42b8cbe",
|
||||
"f0f9e8bae4bc7bccc443a2ca0868ac",
|
||||
"f0f9e8ccebc5a8ddb57bccc443a2ca0868ac",
|
||||
"f0f9e8ccebc5a8ddb57bccc44eb3d32b8cbe08589e",
|
||||
"f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe08589e",
|
||||
"f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe0868ac084081"
|
||||
).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("e0f3dba8ddb543a2ca", "f0f9e8bae4bc7bccc42b8cbe", "f0f9e8bae4bc7bccc443a2ca0868ac", "f0f9e8ccebc5a8ddb57bccc443a2ca0868ac", "f0f9e8ccebc5a8ddb57bccc44eb3d32b8cbe08589e", "f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe08589e", "f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe0868ac084081").map(colors));
|
||||
|
||||
_export("default", ramp(scheme));
|
||||
}
|
||||
};
|
||||
});
|
||||
//# sourceMappingURL=GnBu.js.map
|
||||
export default ramp(scheme);
|
||||
|
||||
Reference in New Issue
Block a user