sgratzl / chartjs-chart-pcp

Chart.js Parallel Coordinates Plot
https://www.sgratzl.com/chartjs-chart-pcp/
MIT License
23 stars 2 forks source link

How can I create a Parallel Coordinate graph in the react? #43

Closed niralivasoya closed 11 months ago

niralivasoya commented 1 year ago

I want to use this library to create something like this in React: https://plotly.com/javascript/parallel-coordinates-plot/ Is this possible with this library?

Can you please suggest some steps to work with reactjs?

Thanks.

niralivasoya commented 1 year ago

Hi @sgratzl can you please help?

sgratzl commented 1 year ago

you mean the static plot or the interactivity.

I don't know a way to implement the axis slider

niralivasoya commented 11 months ago

Thank you @sgratzl fro your response. Parallel graph with the axis slider and also it should be interactive (in terms of data brushing).