You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I can't add multiple AnyChartView in my fragment. I'm using version 1.1.2. Even adding APIlib.getInstance().setActiveAnyChartView(anyChartView); after every AnyChartView declaration only one view is seen.
Thanks.
The text was updated successfully, but these errors were encountered:
@shruti3007
Unfortunately, the current version of the library doesn't guarantee compatibility with Fragment. Here is the guide for rendering multiple charts in a single layout.
@shruti3007
my multiple fragment inside FragmentStatePagerAdapter and just calling notifyDataSetChanged after APIlib.getInstance().setActiveAnyChartView(anyChartView); on this adapter is working for me
Hi, I can't add multiple AnyChartView in my fragment. I'm using version 1.1.2. Even adding APIlib.getInstance().setActiveAnyChartView(anyChartView); after every AnyChartView declaration only one view is seen.
Thanks.
The text was updated successfully, but these errors were encountered: