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
20 lines
350 B
JavaScript
20 lines
350 B
JavaScript
"use strict";
|
|
|
|
System.register(["d3"], function (_export, _context) {
|
|
"use strict";
|
|
|
|
var d3;
|
|
|
|
_export("default", function (scheme) {
|
|
return d3.interpolateRgbBasis(scheme[scheme.length - 1]);
|
|
});
|
|
|
|
return {
|
|
setters: [function (_d) {
|
|
d3 = _d.default;
|
|
}],
|
|
execute: function () {}
|
|
};
|
|
});
|
|
//# sourceMappingURL=ramp.js.map
|