RGraph Gauge

0
Hello, I have made mindsphere app using mendix. Using REST call I am able to see my data in time series chart. I want to show my data in RGraph gauge. How can I display this? Please help.
asked
2 answers
0

Easiest would be to store the values of the REST call in an non persistent entity and then open a page in which that non persistent entity is the data view of the page. In this data view add the widget and configure it so it is connected to the attributes of this non persistent entity.

answered
-2

Don’t use Gauges. Never.

https://www.perceptualedge.com/blog/?p=1423

answered