tremorlabs / tremor

React components to build charts and dashboards
https://npm.tremor.so
Apache License 2.0
16.22k stars 467 forks source link

[Feature]: HPO Graphs #1096

Closed anaclumos closed 4 months ago

anaclumos commented 4 months ago

What problem does this feature solve?

We specifically need this type of graph. Can Tremor support this type of graph at the moment?

image

What does the proposed API look like?

No response

severinlandolt commented 4 months ago

Hi @anaclumos! General answer: This is not possible with the Tremor NPM Package.

However, with Tremor Raw (copy + paste), you could go and refactor the line chart to get closer to this. The problem I see is that you need 5 axes with different domains. This won't work.

Did a quick research. If I was in your shoes, I'd probably start from here: https://www.react-graph-gallery.com/parallel-plot

Happy coding!