You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to upgrade @nivo/parallel-coordinates with latest version
Before I am using the @nivo/parallel-coordinates version "0.73.0" but this version have some vulnerabilities issue so I upgraded with latest version "0.86.0"
"@nivo/parallel-coordinates": "^0.86.0",
Describe/explain the bug
Once I Upgrade the @nivo/parallel-coordinates: "^0.86.0" my existing code is not working and chart is displaying only in a single line.
I want to upgrade @nivo/parallel-coordinates with latest version
Before I am using the @nivo/parallel-coordinates version "0.73.0" but this version have some vulnerabilities issue so I upgraded with latest version "0.86.0"
"@nivo/parallel-coordinates": "^0.86.0",
Describe/explain the bug
Once I Upgrade the @nivo/parallel-coordinates: "^0.86.0" my existing code is not working and chart is displaying only in a single line.
To Reproduce
with previous version code like this https://codesandbox.io/p/sandbox/cocky-artem-qlxsyh?file=%2Fsrc%2Fcharts%2FParallelCoordinates.tsx
once I upgrade the package @nivo/parallel-coordinates: "^0.86.0" with the same code parallel coordinate chart not working.
Then I changed some code as refer https://nivo.rocks/parallel-coordinates/ with @nivo/parallel-coordinates": "^0.86.0
please follow updated code for Parallel Coordinates with latest version
https://codesandbox.io/p/sandbox/serene-brattain-d6hrnt?file=%2Fsrc%2Fcharts%2FParallelCoordinates.tsx%3A68%2C32
Issue:
Target and Color axis is not display with string value
Expected behavior
Target and Color should be display with string value
Additional context
Please check this code https://codesandbox.io/p/sandbox/serene-brattain-d6hrnt?file=%2Fsrc%2Fcharts%2FParallelCoordinates.tsx%3A68%2C32 and let me know what I missing to display target and color with string value.
The text was updated successfully, but these errors were encountered: