• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. MOK KIEW

    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
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    MOK KIEW

    @MOK KIEW

    0
    Reputation
    617
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    MOK KIEW Unfollow Follow

    Latest posts made by MOK KIEW

    • How to make the theme option working in the Amchart

      Hi,

      I am trying to change the theme option in any of the chart but it seems that it didn't work. I had folowwed instructions as what you mentioned to load the amCharts theme in the app.js but it didn';t work either.

      In my app.js file,

      /**

      • @copyright 2016 {@link http://infiniteautomation.com|Infinite Automation Systems, Inc.} All rights reserved.
      • @author Jared Wiltshire
        */

      define([
      'angular',
      'mango-3.3/maMaterialDashboards',
      'mango-3.3/maAppComponents',
      'require',
      './services/Page',
      './directives/pageView/pageView',
      './directives/liveEditor/livePreview',
      'moment-timezone',
      'angular-ui-router',
      'oclazyload',
      'angular-loading-bar',
      './views/docs/docs-setup',
      'amcharts/themes/dark'
      ], function(angular, maMaterialDashboards, maAppComponents, require, Page, pageView, livePreview, moment) {
      'use strict';....

      I added the that line which you mentioned at the end. However, there is no effect on the chart colour.
      Please see the chart option as below:

      ma-serial-chart style="height: 300px; width: 100%" series-1-values="point1Values" series-1-point="point1" legend="true" balloon="true" export="true"
      options="{theme: 'dark', chartScrollbar:{'enabled': true, 'scrollbarHeight': 5}, export: {'position': 'bottom-right'}, valueAxes: [{'id': 'ValueAxis-1','color': '#FFFFFF'}]}"

      </ma-serial-chart>

      Can you please see what other settings need to be done in order for the theme to work in the chart? Thanks alot.

      Regards,
      Mok Kiew

      posted in Dashboard Designer & Custom AngularJS Pages
      M
      MOK KIEW
    • Dashboards can't load on mobile phone

      This strange thing happened 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.

      Regards,
      Mok Kiew

      posted in Dashboard Designer & Custom AngularJS Pages
      M
      MOK KIEW
    • Re: [Why my extendApp.html page not loaded correctly in the customized dashboard](/forum/topic/2701/why-my-extendapp-html-page-not-loaded-correctly-in-the-customized-dashboard)

      Hi,

      Thanks for reminding and uploaded one more time. I hope you able to see the files this time.

      Thanks.

      Regards,
      Mok Kiew

      ![Re: Why my extendApp.html page not loaded correctly in the customized dashboard](image url)

      [1_1489552532062_extendApp.html](Uploading 100%) [0_1489552532060_extendApp.js](Uploading 100%)

      posted in Dashboard Designer & Custom AngularJS Pages
      M
      MOK KIEW
    • Why my extendApp.html page not loaded correctly in the customized dashboard

      Hi,

      I am trying to customize the extendApp.html template to have my own controller but it seems like the file path issue which I couldn't get the page load properly in the customized dashboard.

      The extendApp.html and extendApp.js are located at opt/mango/overrides/web/modules/dashboards/web/adminTemplate/views/nu_app/ folder.

      Attached are both of the files extendApp.html and extendApp.js.
      [1_1489463155284_extendApp.html](Uploading 100%) [0_1489463155282_extendApp.js](Uploading 100%)

      Can you please help tocheck through both files, see what actually the problems are? Thank you very much.

      Regards,
      Mok Kiew

      posted in Dashboard Designer & Custom AngularJS Pages
      M
      MOK KIEW
    • What is Time Zone format in Rest API Call

      Hi

      I am trying to extract the data values from Rest API and there is one field Time Zone in it. May I know what is the input format for it? Can you give an example for the following fields:

      from 2017-02-17T10:45:00.000Z
      to 2017-02-17T10:45:00.000Z
      time zone ???

      And I noticed that if I didn't specify time zone, it wound return values with the timestamps which were not correct. Maybe can you please explain more on time zone field in the Rest API so that I can have a better understanding on it.

      Thank you very much.

      Regards,
      Mok Kiew

      posted in How-To
      M
      MOK KIEW
    • How to embed VBA code in the excel template report

      Hi

      I have been trying to write some VBA coding in the excel template and upload into the excel report template but realized that after I uploaded the template into Mango, the coding will be gone when the download the excel report.

      Is there an alternative way to overcome this issue. Thanks.

      Regards,
      Mok Kiew

      posted in How-To
      M
      MOK KIEW
    • How to access Rest API Login Endpoint using VBA

      Hi,

      How can access the Rest API Login endpoint using VBA code? Do you have a simple sample codes for this kind of access?
      Thank you very much.

      Regards,
      Mok Kiew

      posted in How-To
      M
      MOK KIEW