AnyChart-Android
AnyChart-Android copied to clipboard
Many Card Views with view of type AnyChartView
I am using Many Cards all having view of type AnyChartView However only the last View in the list is rendered Others stay blank
The sauce of the fragment is Here What I am basically doing is fetching Data from an API and rendering a graph accordingly This is done using an Interface and AsyncTask
I am not sure if this issues is because each AnyChartView requires a network call so maybe a lot of multithreading
Here is an image just in case
This is what happens to me, I have some Charts, but when I try to plot the data, I only can plot the last chart and I'm using an AsyncTask to read data from API, if you can solve the problem, please, tell me how did you do.
@evivar Unfortunately, the only supported approach of showing multiple charts in a single layout is described in the wiki article. We do not guarantee that any other approaches will work.
same issue