How to implement metric system in mango
-
I have a datasource of type HTTPReceiver with points like"temperature","humidity","distance" and I want to see there values every where in DEGREE CENTIGRADE,PERCENTAGE(%) AND Km/Miles respectively.
How can i do so,is it possible to provide the unit at the time of point creation, please let me know.
-
Mango was developed in Canada, so if there were any measurement bias within it, it would be towards metric. But, Mango has no bias. Values are stored as scalars; you provide formatting and suffixes via text renderers to display the values the way you want to see them.