• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. jefero

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    jefero

    @jefero

    0
    Reputation
    682
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jefero Unfollow Follow

    Latest posts made by jefero

    • RE: How to draw a gauge for only one data point.

      Thanks phildunlap.

      That solved my problem.

      posted in User help
      J
      jefero
    • How to draw a gauge for only one data point.

      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.

      posted in User help
      J
      jefero
    • How to include Mango graphics in my App?

      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.

      posted in Development general discussion
      J
      jefero
    • RE: How to draw a chart for only one data point.

      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.

      posted in User help
      J
      jefero
    • How to draw a chart for only one data point.

      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.

      posted in User help
      J
      jefero