• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. atkins.chrisw
    3. Best

    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
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 44
    • Posts 142
    • Best 2
    • Controversial 1
    • Groups 0

    Best posts made by atkins.chrisw

    • Moving the AMcharts Export to the bottom right.

      I have tried to get the Export Button to move to the bottom right. I see that the export.css has a style to allow that, but I can't call it out. Here is the code i have tried.

      <div ng-show="graphselector == 'kW'">
      <ma-serial-chart default-balloon-text="[[title]]: [[value]]" style="height: 500px; width: 100%" series-1-point="kW" series-1-values="kWValues" series-1-color="blue" series-1-type= "smoothedLine" series-series-4-point="myVars.temp" series-4-values="myVars.tempValues" series-4-color="red" series-4-type= "line" series-4-axis="right" default-type="smoothedLine" stack-type="regular" overflow="visible" legend="true" balloon="true" export="true" menu= "bottom-right" options="{chartScrollbar:{'enabled': true}, export: {'enabled': true , 'position': 'bottom-right' }}"
      ></ma-serial-chart>

      posted in Dashboard Designer & Custom AngularJS Pages
      A
      atkins.chrisw
    • RE: Moving the AMcharts Export to the bottom right.

      <ma-serial-chart default-balloon-text="[[title]]: [[value]]" style="height: 500px; width: 100%" series-1-point="kW" series-1-values="kWValues" series-1-color="blue" series-1-type= "column" series-series-4-point="myVars.temp" series-4-values="myVars.tempValues" series-4-color="red" series-4-type= "line" series-4-axis="right" default-type="smoothedLine" stack-type="regular" overflow="visible" balloon="true" legend="true" export="true" options="{chartScrollbar:{'enabled': true}, export: {'position': 'bottom-right'}}"
      ></ma-serial-chart>

      posted in Dashboard Designer & Custom AngularJS Pages
      A
      atkins.chrisw