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

ParallelCoordinates not supported the string value #2680

Open
sentiyashalini opened this issue Jan 7, 2025 · 0 comments
Open

ParallelCoordinates not supported the string value #2680

sentiyashalini opened this issue Jan 7, 2025 · 0 comments

Comments

@sentiyashalini
Copy link

sentiyashalini commented Jan 7, 2025

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
image

Expected behavior
Target and Color should be display with string value
image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant