AAChartKit-Swift
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...
Hi I am using AAChartKit in one of my projects and I found it very good and best suited for almost all my requirements but there is one thing which...
谁知道这个是啥错?在 AAChartView.swift 338行
How do I detect when the chart is touched and moved to a different data point? I would like to update a value when the chart is touched.
Hi guys, i think animationDuration should be a TimeInterval. but it is: public class AAChartModel { public var animationType: AAChartAnimationType? //动画类型 public var animationDuration: Int? //动画时间 public var title: String?...
Chart view not resizing automatically after screen rotation/orientation
Does this library support a Bar Chart where individual bar columns can have configurable widths?
大佬,实时动态添加数据,波形持续向前延伸的功能,类似医疗心跳监视图,有实现了啊?如果使用 aa_onlyRefreshTheChartDataWithChartModelSeries 来更新数据实现这个功能,几千个点后,会有问题吗?
数据:data([700000000.0, 6.9, 9.5, 14.5, 18.2, 21.5, 25.2, 26.5, 23.3, 18.3, 13.9, 9.6]) y轴显示字符串 是 700m?