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
Set screen size so narrow that all legend items will be displayed in a vertical fashion, with legend.orientation = "h".
Create two traces where the first one has a very long name that will make the second trace's name wrap into the next line and do not use <br> in the first traces name.
If you put a <br> anywhere in the name of trace6, the name of trace7 will be shown fine.
If you leave it out and your last trace contains a <br> the second line will be cut off.
Please ping me up if you need further explanation of the problem.