plotly.js
plotly.js copied to clipboard
hovertemplate array with empty string produces console error
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.