thinger-io / thinger-server

Thinger.io Server Repository
MIT License
3 stars 0 forks source link

[Dashboard Screen] - Remove unnecessary digits when viewing widgets (Time Series and Tarcometro) #9

Open georgevbsantiago opened 1 year ago

georgevbsantiago commented 1 year ago

Having unnecessary digits (eg 86.00) in the graph only makes it difficult for the user to interpret. It would be useful to provide a field to limit the digits in the Time Series.

image

Gauges documentation states that it is possible to “cut” leading zeros and limit decimals with the parameters data-value-int="1" data-value-dec="0" in the html or valueInt=1 valueDec =0 in javascript. So it would be easy to provide a field for the user to limit the decimal places. image

georgevbsantiago commented 3 months ago

Functionality apparently simple to do, but we don't understand why it hasn't been implemented to date.