Multimetric trend double axis

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?

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') // 
1 Like

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