Trends - many curves and one axis

Find and share HowTos to various installations / configurations!
3 posts • Page 1 of 1
treshnikov
Posts:16
Joined: Tue Nov 12, 2013 7:11 am

Trends - many curves and one axis

Post by treshnikov »

Hello! I have question about trend component.

In project we have use-case scenario when user needs to look at set of curves on one Y axis.

How can I do it better?
I know the component has ability to hide some axes.
But it is not enough:
* different axes have different scales
* user can resize or move first axis, and it affects only the first curve

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: Trends - many curves and one axis

Post by mkoller »

hide all y-scales but one and link all other curves to the one with the axis by using trend.linkCurves(curve1, curve2);

treshnikov
Posts:16
Joined: Tue Nov 12, 2013 7:11 am

Re: Trends - many curves and one axis

Post by treshnikov »

Thank you!
This is exactly what I needed.

3 posts • Page 1 of 1