Use d3 from node_modules (#9625)
* tech: annotations refactor, add tests for regions processing * tech: move d3 to npm and webpack, #9480 * tech: move color scale functions to separate module * fix opacity legend rendering
Showing
... | ... | @@ -129,6 +129,8 @@ |
"rxjs": "^5.4.3", | ||
"tether": "^1.4.0", | ||
"tether-drop": "https://github.com/torkelo/drop", | ||
"tinycolor2": "^1.4.1" | ||
"tinycolor2": "^1.4.1", | ||
"d3": "^4.11.0", | ||
"d3-scale-chromatic": "^1.1.1" | ||
} | ||
} |
public/vendor/d3/LICENSE
deleted
100644 → 0
public/vendor/d3/README.md
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
public/vendor/d3/d3.js
deleted
100644 → 0
public/vendor/d3/d3.v4.min.js
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment