Multiply option changes yaxis scale(units)

Hi, I am trying to make two different Rx/Tx for data transmission over and below X-axis
followed the tutorial on Timelion page.
Problem: Y-axis units doesn't hold universal.no_scale

//.es(index=rfdata*, timefield=time, metric=sum:rx_bytes).label(Rx).yaxis(units=bytes)
,.es(index=rfdata*, timefield=time, metric=sum:tx_bytes).label(Tx).lines(width=2).multiply(-1).yaxis(units=bytes)

@timroes can you please help? :slight_smile:

Thanks,
Bhavya

Sorry, this is unfortunately a bug in timelion. I opened issue #17623 for that, so that you can follow it to stay updated.

Cheers,
Tim

Thank you! will keep looking.

Hi Nikhil,

I fixed that issue, and with the upcoming 6.3 release this will work as you expected it to work.

Cheers,
Tim