• 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

    Moving the AMcharts Export to the bottom right.

    Dashboard Designer & Custom AngularJS Pages
    2
    5
    3.4k
    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.
    • A
      atkins.chrisw
      last edited by

      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>

      1 Reply Last reply Reply Quote 1
      • A
        atkins.chrisw
        last edited by

        <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>

        1 Reply Last reply Reply Quote 1
        • A
          atkins.chrisw
          last edited by

          This is what made it work.

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

            Glad you figured it out! Thanks for posting.

            Developer at Radix IoT

            1 Reply Last reply Reply Quote 0
            • A
              atkins.chrisw
              last edited by

              As a side note on this issue. I noticed that when I put this in the bottom-right, it was right next to the chart. I had to go into the amcharts css files to move it lower.

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