Afanbaby
Afanbaby
I would like to default that the last one is selected, but I set this method, no effect, or I use the wrong way. chartProgressBar.setDataList(dataList); chartProgressBar.build(); chartProgressBar.selectBar(dataList.size()); chartProgressBar.setOnBarClickedListener(this);
I set dataList.size() - 1,But it didn't work. I would like to default that the last one is selected, Run demo,It's also not easy to use.
I have the same problem. Have you solved it?