AAChartCore icon indicating copy to clipboard operation
AAChartCore 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, arear...

Results 90 AAChartCore issues
Sort by recently updated
recently updated
newest added

```js tooltip: { formatter: function () { var s = '' + this.x + ''; $.each(this.points, function () { s += '' + this.series.name + ': ' + this.y +...

As you have made installation automatic to kotlin please make the same to java unable to install it

enhancement

```kotlin val aaChartModel = AAChartModel() .chartType(AAChartType.Column) .polar(true) .legendEnabled(false) .xAxisLabelsEnabled(false) .yAxisLabelsEnabled(false) .xAxisVisible(false) .yAxisVisible(false) .tooltipEnabled(false) .series(arrayOf( AASeriesElement().data(arrayOf(4)), AASeriesElement().data(arrayOf(4)), AASeriesElement().data(arrayOf(4)), AASeriesElement().data(arrayOf(4)) )) ``` is giving me this: ![Hình chụp từ 2021-06-11 17-49-24](https://user-images.githubusercontent.com/540620/121755861-e5fbce00-cadd-11eb-9c94-4721bbd04665.png) It...

我想点击图例后,图表的颜色依旧是高亮的状态

Hello, Thanks for the library 👍 I want to disable the animation but i could not manage to do so. How can i disable animation(s)? Best

现在Y轴刻度只有4个 [](url) ![微信截图_20210402100145](https://user-images.githubusercontent.com/4371661/113372130-82954780-939a-11eb-91a4-3a8cdbaa1d93.png) UI希望刻度更密集,有8个 ![image](https://user-images.githubusercontent.com/4371661/113372195-ab1d4180-939a-11eb-8daa-5b865f19fa8e.png)

helpful

![image](https://user-images.githubusercontent.com/20253888/110064463-1d086800-7da8-11eb-8d81-133912a99329.png) 您好,想将图中被框出的文字移到右侧,如何实现?

enhancement