-
Notifications
You must be signed in to change notification settings - Fork 23
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
GaugeData Format #13
Comments
try use parameter |
@robertowiest Yes, for your case use it like this: options: {
events: [ ],
showMarkers: True,
markerFormatFn = n => n + '°';
} |
It works for the markers, but not for the value. |
i create a new commit with a new function for this |
Hello, very good your script. I am using it to report a certain temperature. However, how can I do to get gaugeLimits and gaugeData informed in the format, for example, 33˚C. I even tried to concatenate, for example, gaugeData: {
value: 33 + "˚C",
valueColor: "# ff7143"
},
but the functionality of the arrow (>) is no longer displayed
The text was updated successfully, but these errors were encountered: