Closed
Description
Reproduction:
- 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. - Put at least one
<br>
in the second trace's name.
Here's an example: https://codepen.io/anon/pen/EdJyQm?editors=0010
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.