You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to use the annotations on my data that has multiple y axes that have very different mins and maxes. I am trying to link the annotations to different series by using the series ID however the annotation only appears on the first series (I think it does that by default or something). If I use the the second series's ID. the annotation appears as if its using the first series's axis.
I tried adding annotations on data with multiple series but only one y-axis and the annotations appeared properly. Is this a bug or am I missing something?
Thanks
The text was updated successfully, but these errors were encountered:
YousraLED
changed the title
Annotations not working on multiple series with multiple y axes
Annotations not working properly on multiple series with multiple y axes
Sep 1, 2015
Indeed, it looks like something is hardcoded. Have you tried to set annotation.yAxis? If this not resolve the issue, then could you setup jsfiddle demo with that issue? We will check this.
Hi, I am trying to use the annotations on my data that has multiple y axes that have very different mins and maxes. I am trying to link the annotations to different series by using the series ID however the annotation only appears on the first series (I think it does that by default or something). If I use the the second series's ID. the annotation appears as if its using the first series's axis.
I tried adding annotations on data with multiple series but only one y-axis and the annotations appeared properly. Is this a bug or am I missing something?
Thanks
The text was updated successfully, but these errors were encountered: