AnyChart / AnyChart-Android

AnyChart Android Chart is an amazing data visualization library for easily creating interactive charts in Android apps. It runs on API 19+ (Android 4.4) and features dozens of built-in chart types.
2.29k stars 369 forks source link

Download it and run it, click on the page and nothing is displayed #254

Closed mxdlsm closed 8 months ago

mxdlsm commented 2 years ago

Blank page, why

CatLoli commented 2 years ago

me too !!!

zpf527 commented 2 years ago

me too

zpf527 commented 2 years ago

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

kojofosu commented 2 years ago

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

This fixes for pie charts only....it doesn't fix bar charts..sad :(

ifsoar commented 2 years ago

me too ,with xiaomi 2 and huawei nova3 ,all type charts is full white screen , only show 'anyChart trial version' on the bottom right ,so sad

kojofosu commented 2 years ago

try adding this line

APIlib.getInstance().setActiveAnyChartView(chartView);
black-pwq commented 1 year ago

use version 1.1.2 instead of 1.1.4 and add android.enableJetifier=true to gradle.properties.