We have some accumulators and daily totals that roll over at midnight and display the previous day’s values. As such, when charting them, we want the graphs to have stepped values. To do so, we’re using curveStepAfter
for the interpolation, which works perfectly for the historical mode on the Power Chart. However, when the mode is changed to realtime, the interpolation stops working and the chart becomes useless.
Is there some setting has been overlooked, is this a bug, or is this just expected behavior for realtime vs. historical? I’ve tried playing with all of the interpolation and aggregate modes, as well as breakLine, but haven’t been able to get it working.
Here’s the chart and properties for the erroneous realtime:
And here’s the desired graph from historical mode: