mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 07:49:47 +00:00
- use babel to 7, update dependencies, fix #72 - proper babel build to support ngInject, fix #78 - proper buckets display in 6.3.0+, fix #76 - rename js to ts, build d3 lib as js, build src as ts
21 lines
872 B
JavaScript
21 lines
872 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("fc8d59ffffbf91cf60", "d7191cfdae61a6d96a1a9641", "d7191cfdae61ffffbfa6d96a1a9641", "d73027fc8d59fee08bd9ef8b91cf601a9850", "d73027fc8d59fee08bffffbfd9ef8b91cf601a9850", "d73027f46d43fdae61fee08bd9ef8ba6d96a66bd631a9850", "d73027f46d43fdae61fee08bffffbfd9ef8ba6d96a66bd631a9850", "a50026d73027f46d43fdae61fee08bd9ef8ba6d96a66bd631a9850006837", "a50026d73027f46d43fdae61fee08bffffbfd9ef8ba6d96a66bd631a9850006837").map(colors));
|
|
|
|
_export("default", ramp(scheme));
|
|
}
|
|
};
|
|
});
|
|
//# sourceMappingURL=RdYlGn.js.map
|