Hey Fam, I'm working on an App in which I need to show Bar Chart which data source is from API Response, now when I load the bar chart with static data it works fine. And when I get data from API, then it throws error like
Bar Chart Data from API Response
Widgets & Design
Resolved
Store API Response in an app state vairable, pass on the whole body of api response and store it in that app state variable. Also, do make sure that you are sending the desired data as the chart required.
Yes
1