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("ef8a62ffffff999999", "ca0020f4a582bababa404040", "ca0020f4a582ffffffbababa404040", "b2182bef8a62fddbc7e0e0e09999994d4d4d", "b2182bef8a62fddbc7ffffffe0e0e09999994d4d4d", "b2182bd6604df4a582fddbc7e0e0e0bababa8787874d4d4d", "b2182bd6604df4a582fddbc7ffffffe0e0e0bababa8787874d4d4d", "67001fb2182bd6604df4a582fddbc7e0e0e0bababa8787874d4d4d1a1a1a", "67001fb2182bd6604df4a582fddbc7ffffffe0e0e0bababa8787874d4d4d1a1a1a").map(colors));
|
|
|
|
_export("scheme", scheme);
|
|
|
|
_export("default", ramp(scheme));
|
|
}
|
|
};
|
|
});
|
|
//# sourceMappingURL=RdGy.js.map
|