Tooltip in Dash shows "trace 0", how to get rid of that?

Hi @solarjoe, you need to add <extra></extra> at the end of the hovertemplate, as in https://plotly.com/python/hover-text-and-formatting/#customize-tooltip-text-with-a-hovertemplate. The <extra> tag is for the second part of the hover, in a different color, where usually the trace name is displayed.