uncharted-aske / HMI

Apache License 2.0
1 stars 0 forks source link

Multiple runs on simulation parameters panel #229

Closed YohannParis closed 3 years ago

YohannParis commented 3 years ago

What

What

Video

test

RosaRomeroGomez commented 3 years ago

A couple of comments:

YohannParis commented 3 years ago

This is just a thought to make the ParametersPanel code more reusable in the future but not mandatory to do now. We might want to take out the svg part of the ParametersPanel and create a component ParallelCoordinates under components/widgets/charts/ so if we ever want to use the parallel coords viz anywhere else we can just plug it. This is how we are doing it in the VariablesPanel currently.

I can't really do that, as this piece of code is really tie to the panel. It will be combursome to refactor as a component or function. This part can be done by the next person that needs to create another Parallel Coordinates graph (which most likely be me)

YohannParis commented 3 years ago

New behaviour @RosaRomeroGomez:

https://user-images.githubusercontent.com/636801/122946112-15fd6980-d347-11eb-8de0-0b06dde32376.mov