Help with chart area chart

Hey,

I have these trend graphs where each color represents how far a system deviates from a setpoint. The deviation is scaled from -1 to 1, with darker colors indicating a greater distance from the setpoint.

In WinCC Professional, I previously achieved this by creating six separate trends of the same value, each with its own axis. The axes had specific Value Ranges so that the individual trends could be stacked visually as shown in the image.

I am now trying to replicate this in Ignition Perspective, but I’m running into an issue: the charts overlap instead of stacking, and the colors do not “take over” from the previous color as intended. In other words, the visual segmentation of deviation levels is not working the same way as it did in WinCC.

I have tried with some timesseries charts with the area type but with no success. Do anyone have any good tips to point me in the right direction for achieving this.

Thanks in advanced :slight_smile:

WinCC Example

There is a stack property under trends:

Thanks for your reply!

Yea I’m aware of the stack options on the trends but it doesn’t give the effect that I’m looking for since the values are the same on both trends. I think i need to somehow split the signal in to ranges or something like that. Toggling visibility on the trend looses the turning over effect too..