Multimetric trend double axis


#1

Hello I have a Multimetric Trend with 2 metris, but I want to see the first metric scale at the left and the second metric scale at the right, is that possible?


#2

Yes, You just need to set the position in your metrics, the default position is left, but you can use something like this:

cf.Metric('your_metric', 'sum').position('right') // 

#3

It works good, thanks :+1:t3::+1:t3: