I needed to implement linear chart with two Y variables. I used rightTitles and leftTitles. And calculated Spot Y for the second variable as (Y2 - minY2) / (maxY2 - minY2) * (maxY - minY) + minY to show it correctly in chart.
I needed to implement linear chart with two Y variables. I used rightTitles and leftTitles. And calculated Spot Y for the second variable as (Y2 - minY2) / (maxY2 - minY2) * (maxY - minY) + minY to show it correctly in chart.
Do you have an example to show me? I would be very grateful.

Looks like this
Thanks, @ldemyanenko your solution is smart.
@JErazo7 I think It should be handled outside of the chart
Looks like this
What should I do if the y-axis scale on the right is a different range and latitude?pls
We are also looking for the ability to do dual Y-axis.
(Came from #51)
Most helpful comment
I needed to implement linear chart with two Y variables. I used rightTitles and leftTitles. And calculated Spot Y for the second variable as (Y2 - minY2) / (maxY2 - minY2) * (maxY - minY) + minY to show it correctly in chart.