mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 07:49:47 +00:00
23 lines
904 B
JavaScript
23 lines
904 B
JavaScript
"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("af8dc3f7f7f77fbf7b", "7b3294c2a5cfa6dba0008837", "7b3294c2a5cff7f7f7a6dba0008837", "762a83af8dc3e7d4e8d9f0d37fbf7b1b7837", "762a83af8dc3e7d4e8f7f7f7d9f0d37fbf7b1b7837", "762a839970abc2a5cfe7d4e8d9f0d3a6dba05aae611b7837", "762a839970abc2a5cfe7d4e8f7f7f7d9f0d3a6dba05aae611b7837", "40004b762a839970abc2a5cfe7d4e8d9f0d3a6dba05aae611b783700441b", "40004b762a839970abc2a5cfe7d4e8f7f7f7d9f0d3a6dba05aae611b783700441b").map(colors));
|
|
|
|
_export("scheme", scheme);
|
|
|
|
_export("default", ramp(scheme));
|
|
}
|
|
};
|
|
});
|
|
//# sourceMappingURL=PRGn.js.map
|