Replies: 2 comments
-
I am not sure if it's OK to have charts version different than the core. You are mixing versions 0.61 and 0.80. Might not be culprit directly but I think it's not he best idea. |
Beta Was this translation helpful? Give feedback.
0 replies
-
As @petrvecera guessed, mixing versions is not supported, all versions should be aligned. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use nivo ScatterPlot chart with Storybook
but the installation keeps giving missing dependency error for
node_modules/@nivo/scatterplot/node_modules/@nivo/annotations/dist/nivo-annotations.es.js
Attempted import error: 'useAnimatedPath' is not exported from '@nivo/core'
but I already have dependency installed
"@nivo/annotations": "^0.80.0",
"@nivo/core": "^0.80.0",
"@nivo/line": "^0.61.1",
"@nivo/radar": "^0.61.1",
"@nivo/scatterplot": "^0.80.0",
"@nivo/sunburst": "^0.61.0",
"@nivo/tooltip": "^0.80.0",
Beta Was this translation helpful? Give feedback.
All reactions