-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
I encounter an issue with heatmap visualization - with specific data / layout, the heat map is not drawn and the following error is raised:
plotly-latest.js:26976 Error:
attribute width: Expected length, "NaN".
attrConstant @ plotly-latest.js:26976
Immediately followed by:
plotly-latest.js:26976 Error:
attribute x: Expected length, "NaN".
attrConstant @ plotly-latest.js:26976
Here is a minimal codepen example that reproduces the error.
I am suspecting it has to do with interpreting the X values as numeric. If I change the first item from a number-like (i.e. "1310") to a string (i.e. "1310_") the heat map is rendered properly.
Metadata
Metadata
Assignees
Labels
No labels