Thanks phildunlap.
That solved my problem.
Thanks phildunlap.
That solved my problem.
Hello.
You helped me to draw a chart for only one data point, setting the "point-xid" in the "<ma-point-values>", but this doesn't work for the gauges.
I set the point-xid in the "<ma-get-point-value>" of my gauge but my gauge is always in the zero position.
How can I configure my gauge to show the value of one specific data point using the point-xid?
Here is my code:
<ma-get-point-value point-xid="DP_demo_adevice_temp" value="value1"></ma-get-point-value>
<ma-gauge-chart value="value1" start="-10" band-1-end="10" band-1-color="blue" band-2-end="30" band-2-color="yellow" band-3-end="40" style="width:100%; height:200px"></ma-gauge-chart>
Thanks.
Hello.
I'm new in Mango and I'd like to know what I need to include Mango graphics like charts, gauges, etc. of data points registered in Mango in my mobile App.
I've developed my App using HTML5, Cordova and JQuery Mobile. Is there a guide or example about this?
Thanks.
Thank both of you.
It is true, the solution is to change the attribute "point":
<ma-point-values point="point1"
by the attribute "point-xid" with the XID of the data point you want to draw:
<ma-point-values point-xid="myXID"
Could be a good idea to add an example to the "Mango Dashboard Examples" with this option to draw a chart.
Thanks.
Hello.
Working with the Dashboard I've seen multiple examples of charts, gauges, etc. and in them always is showed a selection list of data points, and when you select one, his chart is shown. But I'd like to make a Dashboard to show only one data point with his chart and that the user can't select another one (because there is no selection list). Could this be done? How?
Thanks.