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

x轴,y轴设置不是从0开始时候,网格线和x轴y轴重合。由于网格线和x,y颜色有比较浅,有透明。看起来,xy轴上有毛刺的效果。请问,怎么设置xy在最上层,遮挡住在xy轴上的网格线条。

你好,看了示例可以设置拐点的图片,颜色等,但是如何设置大小呢?

y轴隐藏后,也想隐藏y轴的基准线可有类似属性呢 ![image](https://user-images.githubusercontent.com/17426567/177466309-ca623022-d2b3-4293-9d2a-3ad07fac5750.png)

您好,以数量最大值排最前,百份比标签缺失请问怎样解决? 还有数值不同位置对部份标签有可能不显示问题 ![1655451262655](https://user-images.githubusercontent.com/1425134/174249877-4b0e2d8f-cc7d-4581-b3fd-01c0fb162ea5.jpg) ![1655451210996](https://user-images.githubusercontent.com/1425134/174249892-2d8e2025-d1ff-45e0-b0fd-1356bef4ae6a.jpg) ![1655451142076](https://user-images.githubusercontent.com/1425134/174249901-41f128c4-e7ec-4b83-8f9c-2eaac18dacae.jpg) NSArray *dataArray = @[ @[@"浏览器1", @39], @[@"浏览器2", @1], @[@"浏览器3", @1], @[@"浏览器4", @1], @[@"浏览器5", @1], @[@"浏览器6", @1], ]; AAChartModel *aaChartModel= AAObject(AAChartModel) .chartTypeSet(AAChartTypePie) .dataLabelsEnabledSet(true)//是否直接显示扇形图数据 .animationDurationSet(@0) .legendEnabledSet(false) .seriesSet(@[...

https://echarts.apache.org/examples/zh/editor.html?c=line-draggable 像ECharts这个例子中,x轴和y轴各有一个这种拖拽滚动条,AAChart里面也有类似的设置吗?谢谢

enhancement

我这个一个tableView,cell中有AAChartView,当tooltip出现后,如果不触摸一下这个cell,tooltip不会消失,但我想让滑动的tableView的时候,可以消失cell中的所有的tooltip,我看了tooltip相关的api,但没有找; 不过AATooltip中有个enabled属性,不知道在AAChartView.html定义一个方法,通过aaGlobalChart中获取到tooltip,在通过enabled能否实现该需求

![image](https://user-images.githubusercontent.com/20883184/57996510-7da6b200-7afa-11e9-9c47-06e8e045021a.png)

AAChartTypeSpline类型的图标可以加一个,默认选中某一点并且显示提示弹框吗?