mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-21 23:42:03 +00:00
Build dist directory for 0.0.1
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
"use strict";
|
||||
|
||||
System.register(["../colors", "../ramp"], function (_export, _context) {
|
||||
"use strict";
|
||||
|
||||
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("ef8a62f7f7f767a9cf", "ca0020f4a58292c5de0571b0", "ca0020f4a582f7f7f792c5de0571b0", "b2182bef8a62fddbc7d1e5f067a9cf2166ac", "b2182bef8a62fddbc7f7f7f7d1e5f067a9cf2166ac", "b2182bd6604df4a582fddbc7d1e5f092c5de4393c32166ac", "b2182bd6604df4a582fddbc7f7f7f7d1e5f092c5de4393c32166ac", "67001fb2182bd6604df4a582fddbc7d1e5f092c5de4393c32166ac053061", "67001fb2182bd6604df4a582fddbc7f7f7f7d1e5f092c5de4393c32166ac053061").map(colors));
|
||||
|
||||
_export("scheme", scheme);
|
||||
|
||||
_export("default", ramp(scheme));
|
||||
}
|
||||
};
|
||||
});
|
||||
//# sourceMappingURL=RdBu.js.map
|
||||
Reference in New Issue
Block a user