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

    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
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    mangosalsa

    @mangosalsa

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

    mangosalsa Unfollow Follow

    Latest posts made by mangosalsa

    • RE: Axes for a Tank Chart

      @jared-wiltshire said in Axes for a Tank Chart:

      options="{autoMargins:false, marginBottom:100, marginLeft:50, valueAxes:[{axisAlpha:1.0, labelsEnabled:true}]

      Okay so i have an axis now. However, the tank chart is now a 3D bar chart causing the tank to seperate into its 2 different components. I have tried using the stack type option in Value axis but this seems to break the code because my tank disappears all together. Any suggestions?

      posted in Dashboard Designer & Custom AngularJS Pages
      M
      mangosalsa
    • RE: Axes for a Tank Chart

      For another example this is the style of chart I am going for:
      https://www.amcharts.com/demos/cylinder-gauge/

      posted in Dashboard Designer & Custom AngularJS Pages
      M
      mangosalsa
    • Axes for a Tank Chart

      I am trying to add an axis to the left side of the tank from the code below. I feel it should be an easy style or option format but I have not been able to find anything thats worked. Any help would be appreciated.

      <div flex layout="column" layout-gt-sm="row">
          <md-card flex>
              <md-card-content>
                  <ma-get-point-value point-xid="DP_290412" point="myPoint1">
                  </ma-get-point-value>
      
                  <p>"{{myPoint1.name}}" {{myPoint1.renderedValue}}.</p>
      
                  <ma-tank-level point="myPoint1" style="position: absolute; width: 250px; height: 300px;" point-xid="zero_to_hundred" max="55" min="0">
                  </ma-tank-level>
              </md-card-content>
          </md-card>
      

      Thanks!

      posted in Dashboard Designer & Custom AngularJS Pages
      M
      mangosalsa
    • RE: Welcome to our new forum

      Sweet, thanks.

      posted in Announcements
      M
      mangosalsa
    • RE: Welcome to our new forum

      I like the look of the new forum. However I can't get the search function to work. Any timeline for that?

      posted in Announcements
      M
      mangosalsa