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

    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

    Topics created by jefero

    • J

      How to draw a gauge for only one data point.

      User help
      • • • jefero
      3
      0
      Votes
      3
      Posts
      1.6k
      Views

      J

      Thanks phildunlap.

      That solved my problem.

    • J

      How to include Mango graphics in my App?

      Development general discussion
      • • • jefero
      2
      0
      Votes
      2
      Posts
      1.5k
      Views

      Jared WiltshireJ

      @jefero
      We don't have an example for integrating the Mango dashboards components into an app, however you should be able to leverage the Angular modules which are in the MA_HOME/web/modules/dashboards/web/js/mango-3.3 folder. I'd suggest looking at the adminTemplate/app.js file to see how to bootstrap the Angular application.

      The login procedure is cookie based at the moment so its not ideal for integrating into an app. We will be implementing JSON Web Token authentication for the REST API in the next release.

    • J

      How to draw a chart for only one data point.

      User help
      • • • jefero
      4
      0
      Votes
      4
      Posts
      2.2k
      Views

      J

      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.