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
This results in the table stat giving 4 digits precision, the sv-info panel 3 digits precision, and no room for the user to recover the actual numbers.
What
Let the user define the displayed precision.
How
use a single precision variable
truncate in js using this number for both the chart data and the panel
The text was updated successfully, but these errors were encountered:
ClementWalter
changed the title
feat: let the user set the precision of the time
feat: let the user set the displayed precision of the time
Dec 30, 2024
Why
Currently, the displayed precision of the time is hard coded to 4 in the backend and 3 in the frontend
This results in the table stat giving 4 digits precision, the sv-info panel 3 digits precision, and no room for the user to recover the actual numbers.
What
Let the user define the displayed precision.
How
The text was updated successfully, but these errors were encountered: