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
You were right, corrected codepen to display multiple traces assigned to a different y axis.
Uploading this screenshot to point a strange issue with newly added y axis:
Why both y2 and y3 axes display a secondary overlapping y axis in black color? Is this a configuration error or a bug?
Thank you and I appreciate your time.
update:
while fixing codepen i realized the overlapping y axes didn't appear anymore. I don't know what happened, i am looking at it right now, i guess there is no issue for now
Hi,
i am trying to render a plot consisted of multiple y axes added dynamically by the user and each trace, trace's type is scatter, is bound to a y axis.
Seems plotly.js doesn't support 'smart' rendering of multiple y axes out of the box as it appears on this post https://community.plot.ly/t/multiple-y-axis-overlay-issue/5508/4. Tried as suggested to use 'position' and 'domain' configurations but i couldn't make it work as seen on this codepen post https://codepen.io/alexmon/pen/rzrxxJ. As you can see only the last trace is rendered.
Is this a wrong usage of the API or a bug?
Thank you for your time.
Alex
The text was updated successfully, but these errors were encountered: