For the area charts in the dashboard I'm working on, the tooltip box size doesn't match the contents and the text overflows (image attached).
Tooltip to render properly

Make an area chart with long series values
(please complete the following information):
master3.68.6Make sure these boxes are checked before submitting your issue - thank you!
Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.88. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Likely an issue with the nvd3 plugin https://github.com/apache-superset/superset-ui-plugins/tree/master/packages/superset-ui-legacy-preset-chart-nvd3
I can't see the top blacked-out text, but I'm curious if adding some CSS to that element, i.e. word-break: break-word; might be enough.
That might be enough, or maybe making the box itself bigger
The long game will be deprecating NVD3... but that's another story. :)
I'll tackle this one... @etr2460 / @mistercrunch feel free to assign to me.
PR created on superset-ui-plugins:
https://github.com/apache-superset/superset-ui-plugins/pull/276
This is merged into master now, closing