Closed pl77 closed 7 years ago
Thanks for reporting @pl77 ! Can you try changing the </br>
to just <br>
or <br/>
and see if the line breaks work? It may be just a question of different plotly.js versions in different packages.
Good idea! I just logged off so I'll try in the morning.
You were right! Changing </br>
to <br>
did the trick. Thanks again for your very fast response!
This is a minor issue but I've generated custom hovertext using the following pandas/python code:
The code works fine for generating custom html hover text for my maps and gantt charts in both plotly online and offline, but shows up as a single unbroken string with html codes in dash. Is there an undocumented string escape parameter I'm supposed to be using or is a byproduct of the react framework?
Here's how it looks in my normal plotly charts:
And here's how it looks in dash:
As I said, not a major issue but I assume I'm just missing something obvious.