AAChartKit icon indicating copy to clipboard operation
AAChartKit copied to clipboard

📈📊🚀🚀🚀An elegant modern declarative data visualization chart framework for iOS, iPadOS and macOS. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular ga...

Results 203 AAChartKit issues
Sort by recently updated
recently updated
newest added

试了AADataElement的markerSet,用base64是无效的

I would like to draw a rectangle on chart based on CGPoint. Do we have the option for this?

AALabel 怎么添加点击事件?

```js 2022-09-04 11:13:24.299053+0800 AAChartKitDemo[29132:9332299] [assertion] Error acquiring assertion:

我的数据超出了一屏, 我用了aaOptions.chart.scrollablePlotArea.scrollPositionXSet(@(1)) 把图标滚动到了最后, 也执行了默认选中的js ```js function() { let points = []; chart = this; series = chart.series; length = series.length; for (let i = 0; i < length; i++) {...

bug

iOS我在调试的时候,滑动的时候,发现会出现类似于scrolView的指示器,不知道怎么设置来隐藏它,其次就是,我如何隐藏学生分数这一行,因为跟设计稿不符,这是我目前刚写的demo ![20220806-143604](https://user-images.githubusercontent.com/20593326/183237554-7d0aefbd-6366-45fe-8197-b7c31512c251.jpeg) 这是设计稿,请教一下作者,谢谢。 ![20220804-163530](https://user-images.githubusercontent.com/20593326/183237537-36926940-8643-46c6-95bb-630bbd610eb9.png)

helpful

柱状图只有顶部带圆角可以实现吗?

![1607498578004](https://user-images.githubusercontent.com/12812584/101741519-1ea5f500-3b05-11eb-9163-e8f1a18f84b4.jpg). UI嫌弃文字上下距离太大了。 (明年开年我就辞职了)

即时刷新数据,怎么设置两个点之间的宽度,还有怎么设置页面最多展示多少个数据,超出之后,自动滚动,谢谢