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.

  • <ma-pie-chart example does not work?

    9
    0 Votes
    9 Posts
    2k Views
    P
    Yes that was it... :) Works with both methods. I like split better. Yes that was just me trying the statsObj array output as well as individual point method to see if there was a difference in how it worked. Thanks again Guys.
  • Multiple <ma-point-query> on same page

    3
    0 Votes
    3 Posts
    1k Views
    phildunlapP
    Thanks for sharing the resolution!
  • Problems using the new v3 authentication

    7
    0 Votes
    7 Posts
    2k Views
    phildunlapP
    Thanks for sharing your resolution!
  • Dashboard looks great on most devices but bug on ipad and iphones.

    5
    0 Votes
    5 Posts
    2k Views
    Will GellerW
    @philgdep Glad you got it worked out
  • Custom Dashboard inageS(s) segment/shape creation and color control...Help!

    21
    0 Votes
    21 Posts
    14k Views
    phildunlapP
    Check your email, I couldn't transfer the license to you until your account had been created.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • New Training Video - Drag-n-Drop System Status

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • New Training Video - Dynamic Dashboard Builder

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Mango 3.0 HTML dashboard unresponsive/taking up CPU utilisation

    3
    0 Votes
    3 Posts
    2k Views
    M
    Hi Jared, Thanks for the prompt response. Just wondering what do you mean by a single <ma-point-values> with an array of points? Cheers. Warm regards, Michael
  • JSON Store not updating from script into HTML

    3
    0 Votes
    3 Posts
    2k Views
    D
    @Jared-Wiltshire said in JSON Store not updating from script into HTML: ="ou Awesome, works. Just had to up the interval as my script/getSQL interval was 5 seconds and caused some conflict.
  • Pie Chart

    Moved
    2
    0 Votes
    2 Posts
    2k Views
    phildunlapP
    Hi Felicia, It doesn't look like there really is a direct way to achieve what you're asking. However, have you considered putting the pie chart inside a div with another div absolutely positioned into the place you'd like the label? Something like... <div> <ma-pie-chart style="position:relative;" ...></ma-pie-chart> <div id="pie-chart-center-label" style="position:relative; left: 75px; top: 55px;">Value: {{myPoint.value}}</div> </div>
  • Graphics replaced by an Icon "Image Chart" in WatchList and Details

    6
    0 Votes
    6 Posts
    2k Views
    phildunlapP
    Hi philgdep, Ah okay. No deleting that class file is the beginning and the end of solving that issue (well, you probably already had to restart Mango) What slowed down? One of the lowest hanging fruits to speed up a Mango is to change the database stream type in the env.properties file. Try setting db.nosql.shardStreamType=MAPPED_BYTE_BUFFER in env.properties and restarting.
  • Chart legend show "serie 1" "serie 2" instead of data name

    3
    0 Votes
    3 Posts
    2k Views
    philgdepP
    thanks a lot ! I was missing that !
  • How to make the theme option working in the Amchart

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Data point force reading from user dashboard

    7
    0 Votes
    7 Posts
    3k Views
    L
    @Jared-Wiltshire you're right! My app was loading files from mango-3.2 folder. It works now. Thanks a lot.
  • Dashboards can't load on mobile phone

    2
    0 Votes
    2 Posts
    1k Views
    Jared WiltshireJ
    @MOK-KIEW said in Dashboards can't load on mobile phone: today that suddenly the dashboard did not able to load on the mobile phone only but it is able to load from computers or laptops. It just kept in the loading screen with the gear turning and turning forever. Do you have ideas what could be the possible reasons and what can be done to troubleshoot this kind of issue. Thank you. It is odd that it would work on one but not the other. What version of mango, dashboards module and api module are you using? Also what mobile phone browser are you using? Please let me know the platform version and browser version.
  • 0 Votes
    2 Posts
    1k Views
    phildunlapP
    Hi Mok Kiew, You don't need to create a new topic, you could reply with the uploaded files to either thread, as once again the upload has not worked. Notice how the uploads aren't links. How about just pasting your code into code blocks? You can create a code section of your post using three ` characters to begin and end the section of the post, which will render like this: <script>alert("Hello world!");</script>
  • 0 Votes
    2 Posts
    1k Views
    phildunlapP
    Hi Mok Kiew, It looks like your uploads didn't work. When dragging a file into the post edit box, you want to be sure you see them turn into blue links in the preview panel on the right side of the page, it can take a moment, and on rare occasion you may have to try the upload again or use the buttons to attach the file.
  • Problem with statistics

    10
    0 Votes
    10 Posts
    4k Views
    C
    Thanks ! This way works fine.
  • Legends in Line chart are not showing.

    2
    0 Votes
    2 Posts
    1k Views
    Jared WiltshireJ
    @SabariGhosh You have the export="true" option specified so it should be working. Can you supply a screenshot of what is actually happing with the developer console open so we can see if there are any errors. Also please provide your: Core version Dashboards module version API module version