Have two values show up on a time series graph as positive and negative values

I have a network dashboard item showing both network traffic amount in and network traffic amount out. I am wondering if i can change the network traffic out dataset to be a negative value so I have the Traffic IN Above Zero and the Traffic OUT below zero on the same graph. I don’t want to modify the data, just the way it is displayed.

are both values positive in the datasource itself?

u can use binary tranform and multiply by -1

1 Like

You can also use an override :slight_smile:

2 Likes