mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 15:53:09 +00:00
23 lines
772 B
JavaScript
23 lines
772 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("fff7bcfec44fd95f0e", "ffffd4fed98efe9929cc4c02", "ffffd4fed98efe9929d95f0e993404", "ffffd4fee391fec44ffe9929d95f0e993404", "ffffd4fee391fec44ffe9929ec7014cc4c028c2d04", "ffffe5fff7bcfee391fec44ffe9929ec7014cc4c028c2d04", "ffffe5fff7bcfee391fec44ffe9929ec7014cc4c02993404662506").map(colors));
|
|
|
|
_export("scheme", scheme);
|
|
|
|
_export("default", ramp(scheme));
|
|
}
|
|
};
|
|
});
|
|
//# sourceMappingURL=YlOrBr.js.map
|