AnyChart-Android
AnyChart-Android copied to clipboard
How can i use dashboard in andorid?
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.
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 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.