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
{{ message }}
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.
Currently using jsx to render a pie chart. When I change the data passed into the columns prop, I get a js error in the console.
billboard.js:9310 Uncaught TypeError: Cannot convert undefined or null to object
at Function.keys ()
at Chart.load (billboard.js:9310)
at PieChart.handleColumnsChanged_ (ChartBase.js:360)
at PieChart.runListeners_ (EventEmitter.js:463)
at PieChart.emit (EventEmitter.js:189)
I think this stems from not having a default value for the colors arg on data items
Currently using jsx to render a pie chart. When I change the data passed into the
columns
prop, I get a js error in the console.I think this stems from not having a default value for the colors arg on data items
Two data sets I am switching between.
The text was updated successfully, but these errors were encountered: