phetsims / bamboo

Charting library built with Scenery
http://scenerystack.org/
MIT License
3 stars 0 forks source link

The y=mx+b sliders are oriented backwards #50

Closed samreid closed 2 years ago

samreid commented 2 years ago

The sliders look like this, but drag up and down:

image

Discovered in https://github.com/phetsims/bamboo/issues/49

samreid commented 2 years ago

I switched to use HSlider and will open a separate issue about this newly discovered VSlider problem. It looks like this now:

image

@pixelzoom is this what was intended? Or did you want vertical sliders?

pixelzoom commented 2 years ago

phetsims/sun#733 is fixed, so I reverted to VSlider for DemoLinearEquationPlot.

Back to @samreid for review.

samreid commented 2 years ago

Looks great, thanks, closing.