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 91 AAChartCore issues
Sort by recently updated
recently updated
newest added

在使用linear动画的时候,发现无法控制动画显示时间,经过定位发现是AAOptionsConstructor类的 > if (!aaChartModel.animationType.equals(AAChartAnimationType.Linear)) 一句代码存在问题,导致没有设置animationDuration。

请问android 版本AAChartModel如何添加yAxisMaxSet、tooltipValueSuffixSet,另外还有x轴轴线与categoriesSet不对齐怎么调整?感谢

can we detect touch event now for android ?

你好我正在使用你的项目,但是我不知道怎么设置chart的大小

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

In your readme file, there is a typo: The package name should be com.github.AAChartModel.AAChartCore.AAChartCreator.AAChartView, not com.github.AAChartModel.AAChartCore.AAChartConfiger.AAChartView Usage Creat the instance object of chart view:AAChartView

作者你好,我这边目前有一组值均为 0.1的数据,约有 200组数据,绘制后,Y轴出现了数据精度的问题,麻烦你协助看下,谢谢。

嗨大佬,有2个样式问题困扰好几天了,想请教一下: 1.表格数据量动态变化的时候,x轴最后一个坐标不显示。(比如当月每日数据数量,是根据目前是几号动态变化的,我想总是能显示第一天和最后一天的X坐标,这种情况下设置xAxisTickInterval(count)也不会有很好的效果) ![img_v3_025c_320db34c-579a-4ea1-91f0-e872c78feebg](https://github.com/AAChartModel/AAChartCore/assets/20751184/f5e3d636-85ee-4ebd-8586-767ee9a0e9e0) ![img_v3_025c_2d71af57-82c8-46c6-9a09-e0178e48d21g](https://github.com/AAChartModel/AAChartCore/assets/20751184/b4fd1c8e-96e4-4988-990b-92710585dc54) 比如今天是11-17号,我期望X坐标轴能显示首个日期和最后一个日期,这种情况根据xAxisTickInterval并不能整除 2.数据量少的时候,线图会出现marker圈标记,数据多的时候又不会出现。我想设置统一在折线图上不出现marker圈,在点击后才会出现,并且在表格下方的标题name字样前也会展示不同的marker圈图案(圆形、菱形),这种情况如果我通过.marker(AAMarker().radius(0).states(AAMarkerStates().hover(AAMarkerHover().radius(0).radiusPlus(0).enabled(true))))去统一设置的话,则在所有情况都不会显示marker了。 ![img_v3_025c_7d17d2c0-14fe-425e-a444-05c39fc7386g](https://github.com/AAChartModel/AAChartCore/assets/20751184/3e73a56c-e18e-4c9c-8f1f-a67bf75f2926) 如果设置为AAMarker().radius(0),则会出现如下样式: ![img_v3_025c_e09c7d4b-59b4-4bbe-a685-ae287a1529dg](https://github.com/AAChartModel/AAChartCore/assets/20751184/dda1d294-67ce-4985-a35c-b343200bdd76) ![img_v3_025c_133b39e1-ffba-4233-8e95-024260bce86g](https://github.com/AAChartModel/AAChartCore/assets/20751184/c8a91d65-b20f-4912-9e72-01503af0d0d2)

helpful

1.可以指定为环形图么? 2.每个环段的文字可以再环形中么?