• 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

    How is 'Grid Count' value applied in Watch-list chart?

    User help
    2
    6
    1.1k
    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.
    • cwangvC
      cwangv
      last edited by

      Hi,
      I need some clarification as how the 'Grid Count value is applied in Watch-list chart?

      • 1st watch-list chart with grid count value of '10', see below screenshot:
        I have put numbers into the vertical grids, in total there are 8:
        0_1596354999458_Screen Shot 2020-08-02 at 5.46.04 pm.png

      • 2nd watch-list char with grid count value of '20', see below screenshot:
        I have put numbers into the vertical grids, in total there are 16:
        0_1596355719314_Screen Shot 2020-08-02 at 5.57.34 pm.png

      I also notice the charts grids only change to numbers multiple of 10s , ie, if the value is set to 15, the
      charts changes to the same grids number as 10.

      Any clarification is appreciated.

      Thanks.

      1 Reply Last reply Reply Quote 0
      • MattFoxM
        MattFox
        last edited by

        You need to set a valueAxes option:

        autoGridCount:false
        

        If autoGridCount is not set to false it ignores your preferred grid count setting.

        So under options you'll need:

        options="{valueAxes:[{autoGridCount:false},{autoGridCount:false}]
        

        Depending on the number of axes you're using.

        Hope that solves your conundrum

        Fox

        Do not follow where the path may lead; go instead where there is no path.
        And leave a trail - Muriel Strode

        cwangvC 1 Reply Last reply Reply Quote 0
        • cwangvC
          cwangv @MattFox
          last edited by

          @mattfox
          thanks for the reply.
          But in the standard watch-list ui with chart, there is no way of changing the html code like in the customer pages unless I missed it in the configuration menu.

          1 Reply Last reply Reply Quote 0
          • MattFoxM
            MattFox
            last edited by MattFox

            No, you'll have to make your own watchlist page. But since it's made up of a lot of core elements without much code, you could replicate it yourself. You'd have to replace <ma-watch-list-chart> with your own ma-serial-chart and apply similar parameters plus the changes you want though.

            Depends if the want outweighs the need. I'd argue this isn't much of an issue rather than being a means to display watchlist values. If you want something more specific you're going to need to leverage the dashboard designer or implement some custom code.

            That's my take on it.

            EDIT: I've read the components section under api help. There is an additional option to set options for the ma-watch-list-chart:

            ui/docs/ng-mango/ma-watch-list-chart
            options
            (optional)
            object	
            extend AmCharts configuration object for customizing design of the chart (see amCharts)
            

            So it was pulled out for you to amend. Basically means you can make custom watchlist pages with the designer. No problems whatsoever.

            Fox

            Do not follow where the path may lead; go instead where there is no path.
            And leave a trail - Muriel Strode

            cwangvC 1 Reply Last reply Reply Quote 0
            • cwangvC
              cwangv @MattFox
              last edited by

              @mattfox
              thanks for the quick reply, Fox.
              I would suggest MA to hide those options from the standard watch-list UI.
              The point of using the standard watch-list UI is for connivence and clarity.
              I think MA stresses that in their video as well.

              MattFoxM 1 Reply Last reply Reply Quote 0
              • MattFoxM
                MattFox @cwangv
                last edited by

                @cwangv

                I'd argue this isn't much of an issue rather than being a means to display watchlist values.

                Exactly..

                Do not follow where the path may lead; go instead where there is no path.
                And leave a trail - Muriel Strode

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