plotly.js icon indicating copy to clipboard operation
plotly.js copied to clipboard

hovertemplate array with empty string produces console error

Open tcummin2 opened this issue 3 years ago • 0 comments

Reproducible example: https://codepen.io/tcummin2/pen/oNYdxqO?editors=0010 Console errors are thrown when you hover over the 2nd point because plotly is trying to call string.replace on an array instead of a string.

tcummin2 avatar Mar 01 '21 19:03 tcummin2