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

close log in debug env,

duplicate

The charts are not correctly dealing with orientation changes Original -> after orientation change ->

I'm unable to get an NSImage using bitmapImageRepForCachingDisplayInRect on the NSView containing the AAChartView, or the AAChartView itself. ``` let imageRepresentation = view.bitmapImageRepForCachingDisplay(in: view.visibleRect)! cacheDisplay(in: view.visibleRect, to: imageRepresentation) let image...

I need to apply my custom UIFont, I try to set font family via this method `.fontFamily("{my_custom_font_name}")`,but it's not working🥹🥹 _Originally posted by @YPODDDD in https://github.com/AAChartModel/AAChartKit-Swift/discussions/481_

使用 filter进行过滤不起作用。或者引导线的数据 都想展示出来的话 如何去操作呢?下面的图片看着还有几个没有出来

there is a issue with a 0 line in line start its properly drawn. below is the screen shot and configs i have used. ```swift let marker = AAMarker() marker.lineColor(AAColor.black)...

自定义connectorShape支持function在swift里面怎么实现?如图效果怎么实现 ![image](https://github.com/user-attachments/assets/aab507de-3077-4030-9648-c51d7695d4cd)

如图会缺少一部分像素,不太想在最大值、最小值的基础上再加减去解决显示问题。 大佬这种怎么解决啊?

![image](https://github.com/AAChartModel/AAChartKit-Swift/assets/43204431/27356779-0abc-4188-96b6-cf1dbc8998bb) ![image](https://github.com/AAChartModel/AAChartKit-Swift/assets/43204431/c064dc00-8987-42a8-bab9-f64cd31d785f) 这个高度能固定吗?