• 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

    Report charts - delta/bar chart option

    User help
    2
    2
    697
    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.
    • cbyrneC
      cbyrne
      last edited by

      Just wondering if there is any way to set the report chart to plot a bar chart of deltas similar to how the normal charts work.

      Similarly, as a feature request, would it be possible to add in the lastValue-firstValue value into the point statistics object? I've been doing it by hand but it would be nice to have built in.

      We're monitoring utility accumulators (electricity, water etc.) so the delta is kind of the main piece of data at first glance for our users.

      Thanks,
      C

      Software Developer for GLAS Energy Technology, Ireland

      1 Reply Last reply Reply Quote 0
      • phildunlapP
        phildunlap
        last edited by

        Hi cbyrne,

        In this thread, I provided a "collateIntegrals" filter that could be passed the points values, do math on them and return a new point values array for charting: https://forum.infiniteautomation.com/topic/3503/how-to-chart-with-data-points-in-the-x-axis-instead-of-time/5

        You could do something similar for calculating the deltas, or you could have a meta point that was calculating the deltas ahead of time, and then it would be like a normal chart.

        Similarly, as a feature request, would it be possible to add in the lastValue-firstValue value into the point statistics object? I've been doing it by hand but it would be nice to have built in.

        We defined the delta as the lastValue - startValue (if present, first value if not). Does that suit this need, or does it need specifically to be the firstValue?

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