Skip to content

Commit

Permalink
chore: unify usages of nvd3 library (#18828)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ committed Feb 21, 2022
1 parent 7e51b20 commit c491829
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"d3": "^3.5.17",
"nvd3": "1.8.6",
"nvd3-fork": "^2.0.5",
"prop-types": "^15.6.2"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/* eslint-disable react/sort-prop-types */
import d3 from 'd3';
import PropTypes from 'prop-types';
import nv from 'nvd3';
import nv from 'nvd3-fork';
import {
getTimeFormatter,
getNumberFormatter,
Expand Down

0 comments on commit c491829

Please sign in to comment.