phetsims / capacitor-lab-basics

"Capacitor Lab: Basics" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
6 stars 4 forks source link

Use only one decimal place in StopwatchNode display #274

Closed arouinfar closed 3 years ago

arouinfar commented 4 years ago

In https://github.com/phetsims/scenery-phet/issues/565 StopwatchNode gained the option of having only 1 decimal place in the readout. Since the StepForwardButton increment is 0.2s, the StopwatchNode doesn't need more than 1 decimal place.

@Denz1994 please update the StopwatchNode display to have only one decimal place.

arouinfar commented 4 years ago

See https://github.com/phetsims/scenery-phet/issues/617 for further discussion of StopwatchNode precision.

samreid commented 4 years ago

StopwatchNode number of decimal places options are discussed in https://github.com/phetsims/scenery-phet/issues/618

Denz1994 commented 3 years ago

After changes in https://github.com/phetsims/scenery-phet/issues/618 it was fairly easy to use only one decimal place.

As a side note here are some changes I would make to the implementation of StopWatch in CLB:

jonathanolson commented 3 years ago

Completed.