AAChartModel / AAChartCore

📈📊☕️☕️☕️An elegant modern declarative data visualization chart framework for Android. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types.极其精美而又强大的 Android 数据可视化图表框架,支持柱状图、条形图、折线图、曲线图、折线填充图、曲线填充图、气泡图、扇形图、环形图、散点图、雷达图、混合图等各种类型的多达几十种的信息图图表,完全满足工作所需.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In build.gradle, it should be implementation 'com.github.AAChartModel:AAChartCore:cad1a66ee3', SNAPSHOT does not work.

jjj357 opened this issue · comments

In build.gradle, it should be implementation 'com.github.AAChartModel:AAChartCore:cad1a66ee3', SNAPSHOT does not work.

1.Add repository in your settings.gradle like this: maven { url = uri("https://www.jitpack.io") };
2.Replace SNASHOT with excatly version that can be searched in AAChartCore-Kotlin, such as com.github.AAChartModel:AAChartCore-Kotlin:7.2.1.

If these steps don't work, please check the gradle build error report.It may do not search for target module in jitpack like this:
image
, you should delete other repositroy.

add version .
like,
implementation 'com.github.AAChartModel:AAChartCore-Kotlin:7.2.1'

So I can't use the Java version right now?