AnyChart-Android icon indicating copy to clipboard operation
AnyChart-Android copied to clipboard

Many Card Views with view of type AnyChartView

Open ForceGT opened this issue 4 years ago • 4 comments

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

ForceGT avatar Jun 13 '20 14:06 ForceGT

2020-6-13_20-14-4 Here is an image just in case

ForceGT avatar Jun 13 '20 14:06 ForceGT

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 avatar Jun 28 '20 12:06 evivar

@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.

Shestac92 avatar Jun 29 '20 02:06 Shestac92

same issue

R33N4K0R avatar Mar 24 '23 12:03 R33N4K0R