You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: Cannot read property 'id' of undefined
I did some try-and-fail tests and it looks like the data must be alphanumeric? For instance bare numbers ("45") are rejected when the data are only numbers, while numbers with an underscore are fine ("45_")
The text was updated successfully, but these errors were encountered:
Just starting with
dex.js
, I tried the example https://bl.ocks.org/PatMartin/0fccfddf5277e01cd5024d963f0caa70, which worked fine.I then replaced the presidential data with
The chart crashed, DevTools show
Uncaught TypeError: Cannot read property 'id' of undefined
I did some try-and-fail tests and it looks like the data must be alphanumeric? For instance bare numbers (
"45"
) are rejected when the data are only numbers, while numbers with an underscore are fine ("45_"
)The text was updated successfully, but these errors were encountered: