You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing phetsims/qa#1100, on the Energy Screen I noticed that it is currently not possible to hide one of the particle types in the Average Speed panel.
If I set averageSpeedAccordionBox.heavyNumberDisplay.visibleProperty or averageSpeedAccordionBox.lightNumberDisplay.visibleProperty to false, a value will no longer show, but the particle icon is still present. Wondering if there is an easy way to solve this?
I thought that perhaps an instructor may want to only focus on the relationship between temperature, KE and speed. Currently, it is possible to show only 1 particle type everywhere else on this screen (remove radio buttons under pump, remove particle type in Particles panel, remove checkbox groups for the graphs).
The text was updated successfully, but these errors were encountered:
averageSpeedAccordionBox.heavyNumberDisplay.visibleProperty and averageSpeedAccordionBox.lightNumberDisplay.visibleProperty are now featured. Setting them to false also hides their associated particle icons.
While testing phetsims/qa#1100, on the Energy Screen I noticed that it is currently not possible to hide one of the particle types in the Average Speed panel.
If I set
averageSpeedAccordionBox.heavyNumberDisplay.visibleProperty
oraverageSpeedAccordionBox.lightNumberDisplay.visibleProperty
to false, a value will no longer show, but the particle icon is still present. Wondering if there is an easy way to solve this?I thought that perhaps an instructor may want to only focus on the relationship between temperature, KE and speed. Currently, it is possible to show only 1 particle type everywhere else on this screen (remove radio buttons under pump, remove particle type in Particles panel, remove checkbox groups for the graphs).
The text was updated successfully, but these errors were encountered: