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

Getting blank page when try to open any graph

Open deshmukhdhiraj opened this issue 3 years ago • 2 comments

deshmukhdhiraj avatar Apr 19 '22 06:04 deshmukhdhiraj

fix // implementation project(":anychart") implementation 'com.github.AnyChart:AnyChart-Android:1.1.2'

zpf527 avatar Apr 20 '22 03:04 zpf527

this will happen if you do: pie.data(new ArrayList<>()); // or any empty list // now even if you insert some data, it wont work

TarushGupta23 avatar Jan 07 '24 06:01 TarushGupta23