plotly / dash-daq

Control components for Dash
MIT License
141 stars 40 forks source link

LED negative numbers #52

Closed shammamah-zz closed 5 years ago

shammamah-zz commented 5 years ago

Continuation of #41 .

alexcjohnson commented 5 years ago

There's a function addLeadingZeroIfNeeded that ensures we don't start with a . or : - perhaps put that after any -, so -.1 turns into -0.1 and -:01 turns into -0:01?