• Recent
    • Tags
    • Popular
    • Register
    • Login

    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

    Point name and how to learn more?

    Dashboard Designer & Custom AngularJS Pages
    2
    3
    851
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tungthanh500
      last edited by

      Hi guy,

      I am reading the document of Mango V3 and V4, I find something like this:

       <ma-point-values point="point1" values="point1Values" from="dateBar.from" to="dateBar.to" rollup="{{dateBar.rollupType}}" rollup-interval="{{dateBar.rollupIntervals}} {{dateBar.rollupIntervalPeriod}}">
          </ma-point-values>
      

      And also like this:

      <md-button class="md-raised md-accent md-hue-3" ng-click="dateBar.preset ='DAY_SO_FAR'">
                      TODAY
                  </md-button>
      

      What is datebar.from and datebar.to call? There should be a list of them, right?
      And how can we know about something like 'DAY_SO_FAR'?
      I think I read it somewhere. I tried Mango Javascript but I cannot find them.

      Jared WiltshireJ 1 Reply Last reply Reply Quote 0
      • Jared WiltshireJ
        Jared Wiltshire @tungthanh500
        last edited by

        @tungthanh500 said in Point name and how to learn more?:

        What is datebar.from and datebar.to call?

        It is the from and to date that you select in the top tool bar (the date picker).

        @tungthanh500 said in Point name and how to learn more?:

        And how can we know about something like 'DAY_SO_FAR'?

        Enable the "API Docs" menu item, then look at maDateRangePicker under "Components".

        Developer at Radix IoT

        T 1 Reply Last reply Reply Quote 1
        • T
          tungthanh500 @Jared Wiltshire
          last edited by

          @jared-wiltshire
          Thank you for your explaination. Can you be more specific about "datebar.to" and what is it in mango? I mean, there should be something like "myPoint.value" to show/assign a point value or "myDevice.name" to show the device name.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post