• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. ganeshvarahade
    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
    G
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 13
    • Groups 0

    Topics

    • G

      Custom dashboard failed to load adminTemplate.

      Watching Ignoring Scheduled Pinned Locked Moved Development general discussion
      5
      0 Votes
      5 Posts
      2k Views
      G
      @jared-wiltshire said in Custom dashboard failed to load adminTemplate.: /user-ui/adminTemplate/ Okay, Thanks @Jared-Wiltshire
    • G

      Allow event table access to customer using custom dashboard.

      Watching Ignoring Scheduled Pinned Locked Moved User help
      4
      0 Votes
      4 Posts
      2k Views
      Jared WiltshireJ
      @ganeshvarahade said in Allow event table access to customer using custom dashboard.: @Jared-Wiltshire We are using Mango 3.1.1 , can we use event table in custom dashboard ? Yes, as I said above you need UI module v3.2.3 to customize the links though. I'd suggest upgrading to Mango 3.2.
    • G

      How to show average Line chart of multiple datapoints?

      Watching Ignoring Scheduled Pinned Locked Moved User help
      6
      0 Votes
      6 Posts
      3k Views
      G
      Thank you so much @Jared-Wiltshire
    • G

      Not able to show graph in md-dialog

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      4
      0 Votes
      4 Posts
      2k Views
      Jared WiltshireJ
      @ganeshvarahade said in Not able to show graph in md-dialog: ok..Can we access datapoint values under app.js? Yes there are angular services which are documented. Go into the menu editor and enable the "API Docs" menu. @ganeshvarahade said in Not able to show graph in md-dialog: Because I am getting specific values of specific data points under pop-up but I am not able to get Chart or Graph related values under pop-up so what procedure I need to follow? I really cannot even begin to suggest anything because you have provided me no information about your project. You will have to tell me if you are using the dashboard designer/custom pages or a whole custom app and post your HTML markup and app.js if relevant. Did you address the issue with preserveScope:false?
    • G

      Date picker is not working -need help

      Watching Ignoring Scheduled Pinned Locked Moved User help
      4
      0 Votes
      4 Posts
      2k Views
      Jared WiltshireJ
      @ganeshvarahade good catch, it's a problem with the mdPickers library and AngularJS 1.6.x. I had enabled a workaround in the main UI app.js but didn't add it to the adminTemplate. You will need to edit your app.js, find the line $compileProvider.debugInfoEnabled(false); and add this line before or after it - $compileProvider.preAssignBindingsEnabled(true);