When stacking two lines with unequal numbers of points, traces that have missing points get an ugly %{val} displayed in their hover text.
Repro: https://jsbin.com/yimadabece/edit?html,output
This is related to plotly/plotly.py#3515 , but remaking it here since 1. it's really a plotly.js issue and 2. the workarounds there don't work, since for stacked plots there is no data for which it's possible to make dummy hover texts.

When stacking two lines with unequal numbers of points, traces that have missing points get an ugly
%{val}displayed in their hover text.Repro: https://jsbin.com/yimadabece/edit?html,output
This is related to plotly/plotly.py#3515 , but remaking it here since 1. it's really a plotly.js issue and 2. the workarounds there don't work, since for stacked plots there is no data for which it's possible to make dummy hover texts.