ParasolJS / parasol-es

ES6 module for interactive visualization of multi-objective optimization problems
https://parasoljs.github.io/
MIT License
26 stars 5 forks source link

Visible axes example not working #6

Closed wraseman closed 5 years ago

wraseman commented 5 years ago

Hi Josh,

As you know, there is a bug in the hide/show axes (visible_axes.html) where either the "Hide 'Year'" and "Show 'Year'" buttons work or the "Hide Partitions" and "Show Partitions" work, but they don't work together. From what I can tell, once you click one of the 'Year' buttons, the other buttons get disconnected from the 2nd and 3rd charts.

wraseman commented 5 years ago

It looks like this issue has been resolved with the "hide and show axes with example" commit

joshhjacobson commented 5 years ago

Interesting... yeah I remember it was working for me when I last touched on it. There's still the weird problem with one of the axes in the first chart that I mentioned in the script's comments. I'll submit a separate issue with more details once I figure out what's going on.