Replies: 1 comment
-
can you link to the failing example? all you should need to to is
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I copied the following CodeSandbox: Here
Currently the chart is only working when its receiving AppleStock data, if I change the type of the getDate and getStockValue functions to my own Object called "WifiUser" and import it it doesnt work. The data inside of the AppleStock and WifiUser would be the same, I copied it straight over yet it fails me with "TypeError: Cannot read property 'date' of undefined" which makes no sense at all. I appreciate any kind of help since this is kind of nerve wrecking
Beta Was this translation helpful? Give feedback.
All reactions