Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WMS-25006: D3 library upgrade from 3.5.7 to 7.8.5 and nvd3 from 1.0.1 to 1.8.6 #5

Merged
merged 12 commits into from
Jan 8, 2024
Merged
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Simply add the `nv.d3` assets to your project and include them in your HTML.

NVD3 is recommended to go with [d3.js](http://d3js.org/) version 3.5.3 and later, but NOT d3 4.x yet. [version 3.5.17](https://github.com/d3/d3/releases/tag/v3.5.17) is the most recent d3 v3 release.

**Minimum D3 version required: 3.4.4**
**Minimum D3 version required: 7.8.5**

For a D3v4 Version, see the work in progress at the [nvd3 organization](http://github.com/nvd3/nvd3)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"d3": "^3.4.4"
"d3": "7.8.5"
},
"ignore": [
"**/.*",
Expand Down
Loading