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
I am able to supply a 2d array as data to LineSeries and render it with accessors getX: d => d[0] and getY: d => d[1]. However I still get an error in the console: Failed prop type: Invalid prop data[0] of type array supplied to LineSeries, expected object.
The text was updated successfully, but these errors were encountered:
I am able to supply a 2d array as
data
to LineSeries and render it with accessorsgetX: d => d[0]
andgetY: d => d[1]
. However I still get an error in the console: Failed prop type: Invalid propdata[0]
of typearray
supplied toLineSeries
, expectedobject
.The text was updated successfully, but these errors were encountered: