feat: migrate to typescript, support 6.3.0+

- 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
This commit is contained in:
Ivan Mikheykin
2019-12-03 13:38:01 +03:00
parent 742e80d713
commit b06c5dffc0
102 changed files with 11679 additions and 2571 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
'use strict';
"use strict";
System.register(['d3'], function (_export, _context) {
System.register(["d3"], function (_export, _context) {
"use strict";
var d3;
_export('default', function (scheme) {
_export("default", function (scheme) {
return d3.interpolateRgbBasis(scheme[scheme.length - 1]);
});