AAChartKit-Swift icon indicating copy to clipboard operation
AAChartKit-Swift 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 154 AAChartKit-Swift issues
Sort by recently updated
recently updated
newest added

代码和效果图如下图 ![image](https://user-images.githubusercontent.com/12290214/183049590-200b7912-8f98-4f2d-8c97-d308c8294a7c.png) ![image](https://user-images.githubusercontent.com/12290214/183050047-7a52cfaa-d84c-41fd-8ba3-aaa02104c258.png) 正常情况,折线图最大值设置了4.55,Y轴上面应该还有一个刻度8.60,但奇怪的是没有绘制出来 已经困扰很多天了,oc的版本我也问了,但是没有回应

請教~ 在AASeriesElement.swift裡面只有開啟双y軸設定功能,可否幫忙在Git project上加入双x軸? 以便我Package Dependencies時,不必手動加關於x軸。 ======================== **public var xAxis: Int?** // add public var yAxis: Int? **@discardableResult // add public func xAxis(_ prop: Int) -> AASeriesElement { xAxis = prop...

Pie charts show problems: When I used the Swift version, there was a problem with pie chart display. When there were multiple groups of smaller data adjacent to the data...

Would it be possible to use the system font for the legend and axis ?

duplicate
enhancement

What is the best way to go about using a custom font (from google, for example)? This would just be for the legend font. For example this one: https://fonts.google.com/specimen/Raleway?selection.family=Raleway Cheers

enhancement

We would like to hide the line graph's tooltip on demand. Is there a way we can hide?

需要实现的效果是点击 bar 可以切换选中,点击图标外的按钮也可以切换当前选中的 bar,谢谢

To add api calling in code

我想问下,框架怎么更换自定义字体呢。没有找到属性接口

enhancement

使用 Carthage 引入的,目前支持 XCFramework 吗?

enhancement