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.

  • Request examples I could not find in the documentation

    10
    0 Votes
    10 Posts
    4k Views
    M
    Will, thank you so much!! Based on this example, I'm finding it easy now to manipulate other charts as well, such as all the gauges I'm using. Apart from requiring more manual work, this is so much nicer than DGLux2.5 in many ways, I'm eager to transition over.
  • How to add "loading..." animation during chart rendering process.

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How to delay graph redraws

    9
    0 Votes
    9 Posts
    4k Views
    J
    I like that ma-calc. And I added that style to the chart. No change.
  • Not seeing chart data

    2
    0 Votes
    2 Posts
    1k Views
    Will GellerW
    The way to code is rendered in the post makes it very hard to find a specific problem. Maybe try using the forums upload function and upload the .html / .js files?
  • angular menu color palettes

    6
    0 Votes
    6 Posts
    2k Views
    Jared WiltshireJ
    @atkins.chrisw Add some CSS to your styles file which sets background-color: transparent; on the sidenav element (you may need to add !important as the sidenav may have inline styles I think). Or add md-colors="{background: 'background-A100-0.0'}" to the sidenav element.
  • AngularJS Chart Exporter not working

    2
    0 Votes
    2 Posts
    2k Views
    Jared WiltshireJ
    @atkins-chrisw It seems to be related to the order the pdfmake JS files are loaded. I'll fix it in the next release. In the mean time you can change /dashboards/web/js/loaderConfig.js so that in the shim section the amcharts/plugins/export/export part changes to 'amcharts/plugins/export/export': { deps: ['amcharts/amcharts', 'amcharts/plugins/export/libs/blob.js/blob', 'amcharts/plugins/export/libs/fabric.js/fabric.min', 'amcharts/plugins/export/libs/FileSaver.js/FileSaver.min', 'amcharts/plugins/export/libs/jszip/jszip.min', 'amcharts/plugins/export/libs/pdfmake/vfs_fonts', 'amcharts/plugins/export/libs/xlsx/xlsx.min'] }, 'amcharts/plugins/export/libs/pdfmake/vfs_fonts': { deps: ['amcharts/plugins/export/libs/pdfmake/pdfmake.min'] },
  • How to Redirect from Dashboard to Login Page

    7
    0 Votes
    7 Posts
    3k Views
    J
    That's good info, though. I will take a look at adminTemplate and see if that is a better solution.
  • 0 Votes
    3 Posts
    2k Views
    Jared WiltshireJ
    @Nomathamsanqa-Philiso There was a bug in the dashboards module where the /dashboards link doesn't redirect to /dashboards/home See here - http://infiniteautomation.com/forum/topic/2456/custom-dashboards-don-t-work-after-upgrade-to-3-2-1/7 If you upgrade to v3.2.2 your issue should be resolved.
  • Folder does not appear as Parent Item

    3
    0 Votes
    3 Posts
    1k Views
    M
    Great!
  • Trouble Accessing the Copied Template

    6
    0 Votes
    6 Posts
    2k Views
    M
    Seems like the web app is easier to use for me. I will develop my pages in there. Thanks though Chris.
  • angularjs ng-init reference to a drop down list

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Floating point values line chart

    4
    0 Votes
    4 Posts
    2k Views
    Jared WiltshireJ
    Unfortunately I can't replicate what you are seeing, I can see the floating point values. Are you using the latest dashboard module? v3.2.1? The other suggestion I can make is playing with the series-x-type attributes on the serial chart and also look at setting the various valueAxis options as shown in the "Advanced Chart" example.
  • Angular JS AMcharts Theme

    9
    0 Votes
    9 Posts
    3k Views
    Jared WiltshireJ
    @atkins.chrisw Sure you can definitely do this by defining a new angular directive, however helping you with this is outside of the scope of the forum's free support. I would suggest looking at the way that the menu directives are loaded in the adminTemplate.
  • AngularJS , Error going to Home

    6
    0 Votes
    6 Posts
    2k Views
    Jared WiltshireJ
    OK great so we don't have a cache issue. Have you upgraded to 3.2.1? Is it still going to the home page when an error occurs? I would be surprised if it is.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    19 Views
    No one has replied
  • Moving the AMcharts Export to the bottom right.

    5
    1 Votes
    5 Posts
    4k Views
    A
    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.
  • Upgrading your custom dashboard from v3.1 to v3.2

    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • Hiding or Refreshing chart data in Angular JS

    5
    0 Votes
    5 Posts
    2k Views
    A
    That worked great!!!
  • Changing the standard charts in the angular JS

    21
    -1 Votes
    21 Posts
    12k Views
    A
    I reloaded all of my files in my server and it is now working. Thanks again Jared. Sorry I keep being a pain
  • Getting multiple point values with one request

    9
    0 Votes
    9 Posts
    4k Views
    Jared WiltshireJ
    Thanks for the kind words Thomas, we are certainly striving to be the leading vendor in this space. Yes, the latest module enables users to create their own custom pages straight through the web interface, we hope this makes it easier for our users!