AAChartKit-Swift-Pro icon indicating copy to clipboard operation
AAChartKit-Swift-Pro copied to clipboard

📈📊👑👑👑AAChartKit-Swift-Pro is a professional version of AAChartKit-Swift, it is an elegant and friendly chart framework for iOS, iPadOS, macOS. AAChartKit-Swift-Pro is a more powerful data visuali...

Results 5 AAChartKit-Swift-Pro issues
Sort by recently updated
recently updated
newest added

tooltip显示起始时间,x轴有对应时间坐标,可以实现吗?大佬!

红框内的是没数据的,有什么办法隐藏它吗? ![1712027011965](https://github.com/AAChartModel/AAChartKit-Swift-Pro/assets/11735014/9a669521-70f9-4c86-aa89-1d52b5149123)

HI 我有一個專案從一般版本轉到Pro版本,但是Pro現在似乎不能完美兼容一般版本,下面有幾個參數不知道如何設定。 ``` swift // 下面參數在 pro 版本中找不到 aaOptions.plotOptions?.column? .pointWidth(28) .minPointLength(3) // 目前用 AAAnimation().duration(0) 來關閉 aaOptions.plotOptions?.series?.animation(false) // pie 與 variablepie 設定 soft corners 沒有效果 AAChartModel().chartType(.pie).borderRadius(10) ```

enhancement