-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use SCENERY_PHET/NumberDisplay #96
Comments
I changed PHMeterNode to use NumberDisplay, and that went smoothly. Changing GraphIndicatorNode is not as easy. It displays values in scientific notation (e.g. "1 x 10-7"), and that's not supported by NumberDisplay. So I'm going to put that on hold until we see what phet-io instrumentation (if any) is needed for GraphIndicatorNode. Still to do: use NumberDisplay in MacroPHMeterNode. |
GraphIndicatorNode's display is not necessary to instrument. Over in #105, the Properties that contain the values were instrumented. So I'm not going to attempt to use NumberDisplay there. |
Related to #92...
The pH meters in Macro and Micro screens should be using
NumberDisplay
. Ditto for the displays on the graph. They predateNumberDisplay
, so have their own implementation to display the value. This is important for phet-io and a11y.The text was updated successfully, but these errors were encountered: