AAChartCore-Kotlin
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,...
js中是这么使用的 1 # ### plotOptions: { series: { events: { mouseOver: function () { report.innerHTML = 'Moused over'; report.style.color = 'green'; }, mouseOut: function () { report.innerHTML = 'Moused out';...
- Android API version: 31 - AAChart version: 7.1.0 [文档](https://github.com/AAChartModel/AAChartCore-Kotlin/blob/master/CHINESE-README.md#%E6%9B%B4%E6%96%B0%E5%9B%BE%E5%BD%A2%E5%86%85%E5%AE%B9) 中 `aa_onlyRefreshTheChartDataWithChartModelSeries` 和 `aa_refreshChartWholeContentWithChartModel` 方法在 7.1.0 版本中都不存在 我在源码中找到如下方法: - 更新整个 model: `aa_refreshChartWithChartModel` 和 `aa_refreshChartWithChartOptions` - 只更新数据: `aa_onlyRefreshTheChartDataWithChartOptionsSeriesArray` 其中更新整个 model 的方法可以用,...
In the sample app, LineChart is configured in this way, without apparently configuring x-axis values: ``` val aaChartModel = AAChartModel.Builder(this) .setChartType(chartTypeEnum) .setBackgroundColor("#4b2b7f") .setDataLabelsEnabled(false) .setYAxisGridLineWidth(0f) .setLegendEnabled(false) .setTouchEventEnabled(true) .setSeries( AASeriesElement() .name("Tokyo") .data(arrayOf(7.0,...
including the following statement in my build-gradle script gives a 'Could not find com.github.AAChartModel:AAChartCore-Kotlin:-SNAPSHOT. Required by: project :app' error. Any idea how to fix this error ? dependencies { implementation...
Hello! I want to use AAChartCore-Kotlin library. I set up everything as described in the github page, but the app is not starting on the emulator open in Android Studio...
I have a "X" of type array with length of 1024 and "y" of type array with length of 1024, how to plot "X" vs "Y"
It is not clear how to set the size of the hole for the pie chart so that it looks the same as in the picture in the documentation
java.lang.NoSuchMethodError: 'void com.github.aachartmodel.aainfographics.aachartcreator.AAChartView.evaluateJavascript(java.lang.String, android.webkit.ValueCallback)' at com.github.aachartmodel.aainfographics.aachartcreator.AAChartView.safeEvaluateJavaScriptString(AAChartView.kt:327) at com.github.aachartmodel.aainfographics.aachartcreator.AAChartView.setContentWidth(AAChartView.kt:71) at com.github.aachartmodel.aainfographics.aachartcreator.AAChartView.setupBasicContent(AAChartView.kt:124) at com.github.aachartmodel.aainfographics.aachartcreator.AAChartView.(AAChartView.kt:111) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at org.jetbrains.android.uipreview.ViewLoader.createNewInstance(ViewLoader.java:325) at org.jetbrains.android.uipreview.ViewLoader.loadClass(ViewLoader.java:174) at org.jetbrains.android.uipreview.ViewLoader.loadView(ViewLoader.java:135) at com.android.tools.idea.rendering.LayoutlibCallbackImpl.loadView(LayoutlibCallbackImpl.java:294) at...
How do I customize chart labels for example in Pie chart it displays all the sections with slice