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

How can i use dashboard in andorid?

Open M1178475702 opened this issue 5 years ago • 2 comments

I have read the document about dashborad in js, but i don't know how use them in android. It will be helpful If have some sample about it.

M1178475702 avatar Dec 22 '19 08:12 M1178475702

And, when i use addView to dynamic add AnyChartView to ViewGroup. it's normal when i just add one AnyChartView to group, include dataSet.append(). But when i add second AnyChartView to the group, i found their value of jsBase of dataSet is same,. I want to update their dataset, but their dataset is same one, so only one has been updated.

M1178475702 avatar Dec 22 '19 09:12 M1178475702

@M1178475702 The best practice of using several charts in a single layout you can find in the article. Now we can't guarantee that other approaches work properly.

Shestac92 avatar Jan 09 '20 02:01 Shestac92