AAChartCore-Kotlin icon indicating copy to clipboard operation
AAChartCore-Kotlin copied to clipboard

📈📊⛰⛰⛰An elegant modern declarative data visualization chart framework for Android . Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange,...

Results 107 AAChartCore-Kotlin issues
Sort by recently updated
recently updated
newest added

或者在使用DataBinding时不会导致其崩溃

enhancement

1 android.view.InflateException:Binary XML file line #300: Binary XML file line #300: Error inflating class com.aachartmodel.aainfographics.AAInfographicsLib.AAChartCreator.AAChartView 2 ...... 3 Caused by: 4 java.lang.RuntimeException:Using WebView from more than one process at once...

作者您好!首先非常感谢你创作的这个插件解了我的燃眉之急。我现在有两个问题希望能得到你的帮助,十分感谢。 1、AAChartView是否有内边距?有没有属性可以动态控制? 2、X轴标签的高度如何控制?

Can't seem to be able to get it to render properly

我用的demo是这个configureTripleYAxesMixedChart, ```kotlin val yAxis2 = AAYAxis() .visible(true) .gridLineWidth(0f) .labels(AALabels() .enabled(true)//设置 y 轴是否显示数字 .format("{value}°mm") .style(AAStyle() .color(colorsThemeArr[0])))//yAxis Label font color .title(AATitle() .align(AAChartAlignType.Center) .text("降雨量") .style(AAStyle() .color(colorsThemeArr[0]))) ``` ![1578041777541](https://user-images.githubusercontent.com/16871234/71714745-ff5d0d00-2e49-11ea-9269-9d75889f3620.jpg) 我加了.align(AAChartAlignType.Center)这行代码,但是标题貌似跑到屏幕外了,就显示了一点点,不知道我这样设置对不对

First of all, I thank you for creating such an amazing library. Furthermore, in some cases I want to clear the data that has been set. Is there a special...

enhancement