mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 15:53:09 +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
736 B
JavaScript
21 lines
736 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("fee8c8fdbb84e34a33", "fef0d9fdcc8afc8d59d7301f", "fef0d9fdcc8afc8d59e34a33b30000", "fef0d9fdd49efdbb84fc8d59e34a33b30000", "fef0d9fdd49efdbb84fc8d59ef6548d7301f990000", "fff7ecfee8c8fdd49efdbb84fc8d59ef6548d7301f990000", "fff7ecfee8c8fdd49efdbb84fc8d59ef6548d7301fb300007f0000").map(colors));
|
|
|
|
_export("default", ramp(scheme));
|
|
}
|
|
};
|
|
});
|
|
//# sourceMappingURL=OrRd.js.map
|