Before filing an issue please ensure the following boxes are checked, if applicable:
[x ] I have searched for existing issues
When I follow the example and have a hard-coded data variable, the charts render correctly. However, once I try to tie the data to a variable on my state, I receive the following error: " The sort method cannot be invoked on an Immutable data structure."
Apologies, newbie here.. not sure if this is something to do with the charts, or maybe something else? I've tried using slice() and map() off the data array on my state, but still get the error
Before filing an issue please ensure the following boxes are checked, if applicable:
When I follow the example and have a hard-coded data variable, the charts render correctly. However, once I try to tie the data to a variable on my state, I receive the following error: " The sort method cannot be invoked on an Immutable data structure."
Apologies, newbie here.. not sure if this is something to do with the charts, or maybe something else? I've tried using slice() and map() off the data array on my state, but still get the error