• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. RonnyHinkel
    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
    R
    • Profile
    • Following 1
    • Followers 0
    • Topics 8
    • Posts 26
    • Best 0
    • Controversial 1
    • Groups 0

    Topics created by RonnyHinkel

    • R

      Label Text Column chart

      How-To
      • • • RonnyHinkel
      2
      0
      Votes
      2
      Posts
      552
      Views

      MattFoxM

      Timestamp in this instance should be a unix timestamp unless you configure custom categories for the x axis.

      Fox

    • R

      Sharing calculations between pages

      How-To
      • • • RonnyHinkel
      1
      0
      Votes
      1
      Posts
      318
      Views

      No one has replied

    • R

      Dropdown selection for datapoint values

      User help
      • • • RonnyHinkel
      23
      0
      Votes
      23
      Posts
      7.1k
      Views

      MattFoxM

      You're welcome, sorry for the lack of comments. Let me know if there's anything you don't understand after comparing it with the angularJS docs

      Fox

    • R

      Integrating AmChart Code

      User help
      • • • RonnyHinkel
      1
      -1
      Votes
      1
      Posts
      548
      Views

      No one has replied

    • R

      Set values back to default with button

      How-To
      • • • RonnyHinkel
      2
      0
      Votes
      2
      Posts
      516
      Views

      MattFoxM

      Use ng-click to set all of the values to what you want, then use ui-sref to navigate to a different page view:

      <ma-button ui-sref="ui.[yourpagestateref]" ng-click=" text1 = 'new value'; sw1.setValue(false); "></ma-button>

      Text1 is an ng-model value
      sw1 is one of your switch point values. Hope that gives you a good start to work from.

      or instead of ui-sref add to ng-click:
      window.location.href='yourpageurl'; or location.url('url') after all of the values being reset.

      Fox

    • R

      Mango State Chart

      How-To
      • • • RonnyHinkel
      8
      0
      Votes
      8
      Posts
      1.2k
      Views

      MattFoxM

      Ronny if you're still around:
      valuesAxes should be implemented like so:

      options="{valueAxes:[{autoGridCount:false,gridCount:10}]}"

      Value axes hold each graph in an array, one javascript object per chart. Happy to expand further if you hit any other speed bumps
      Also great thinking with the two ma-serial charts stacked on top of one another. Definitely gives the effect you were going for.
      Fox

    • R

      Filtering Values from chart

      Mango Automation general Discussion
      • • • RonnyHinkel
      4
      0
      Votes
      4
      Posts
      1.3k
      Views

      MattFoxM

      That won't work for a start as point1Values will be an array, secondly, there is no such thing as an 'if' attribute in HTML. AngularJS supplies an "ng-if"but that's different again and works with angularJS variables.

      I was stating under the datapoint properties you can set min and max permitted values in the system I don't have the latest version of mango so i'm unable to give you a screenshot.
      But if you look under datasources -> points -> and edit the respective point you can make it ignore when you have 0s coming in from system resets.

      If however that is not possible and you need those zeroes then a function is required to filter them.

    • R

      Custom Charts

      How-To
      • • • RonnyHinkel
      6
      0
      Votes
      6
      Posts
      1.6k
      Views

      R

      what i could imagine to have a over layer chart, stacked column chart 90 deg turned, and hide the Y and X axis. What do you think? could that work? and where do i get this option from?