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?
Multimetric trend double axis
emoya
#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') //