format
allows to set the required format for Gage values
function format;
Example
webix.ui{
view:"gage",
format: value => Math.round(value /1000),
...
});
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.