• 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

    Multiple Graphs In single Dashboard

    Dashboard Designer & Custom AngularJS Pages
    2
    7
    1.6k
    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.
    • M
      Mohit Baluni
      last edited by

      I am using 3.6.0. Not able to create multiple graphs for a single dashboard.

      Please help

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

        Hi there Mohit,

        1. Can you go into more detail as to what you're trying to achieve?
        2. Can you insert into a code block your dashboard markup?
        3. Please display any errors in your browser console if there are any

        Thanks

        Fox

        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
        • M
          Mohit Baluni
          last edited by

          Thanks, Fox for the reply.

          I want to create a dashboard with multiple line charts and bar charts.

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

            Not quite what I meant but ok! Let's start from the beginning.

            This is assuming you're using a version of mango with the MangoUI.
            Go to Administration->edit menu
            Ensure these three are ticked and click on SAVE at the top of the page:
            0_1585722892586_9b8fde7c-c10d-4e00-aaaa-b98731df7dd7-image.png

            On the menu itself, look into the examples to see how charts are populated from data points and their point values.
            If you want to learn how to further configure and get into more in-depth settings, look at the API-> components option to see how the maSerialChart component can be further expanded on with the given directive attributes supplied.

            Once you've got something on the screen have a look around the forums for inspiration and build up your page.

            Once you have something and are then stuck someone or myself can assist you further.

            Hope that gives you enough information to get you started and starting building some pages up!

            Fox

            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
            • M
              Mohit Baluni
              last edited by

              Thanks again. I will surely try this. Hope it will solve my issue

              1 Reply Last reply Reply Quote 0
              • M
                Mohit Baluni
                last edited by

                Hi Fox,

                I am able to get point list for graph which I have created in datasource as virtual points.
                0_1585729625736_90742048-dedb-4384-b0aa-99f3be88530c-image.png

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

                  Have you not got any access to any real time data?
                  Start off with using one of the mango internal points. A virtual point will only be updated if you manually set it or use a meta datasource point or a scripted datasource to populate it.

                  Let's use system uptime to start.

                  <ma-point-values point="pt" point-xid="internal_mango_uptime_hrs" values="val" rollup="NONE" latest="100"></ma-point-values>
                  
                  <ma-serial-chart series-1-values="val" series-1-point="pt" legend="true" style="min-height:300px;" ></ma-serial-chart>
                  

                  You need to have enough history on a point to actually display a chart.
                  EDIT: missed a few attributes.
                  Secondly: Show your code, and are you actually using the brewers dashboard? This seems a better fit under asking for user help. I think this needs to be moved.

                  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