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 166 AAChartKit-Swift issues
Sort by recently updated
recently updated
newest added

我想将 xAxisTickInterval 设置为 0 用于将 X轴文本全部展示出来,但是框架本身自动间隔了 1位,请问有什么属性可以配置吗? 谢谢。

![IMG_0196](https://github.com/AAChartModel/AAChartKit-Swift/assets/139956630/981d82fb-66c8-47c9-be0f-c89578ff619f) Require this kind of graph, Please help or suggest me for this kind on graph

這是我在iphone6 OS 12.5.7 中顯示的圖表 這是我預期的樣式,而決大部分比較新的設備也都按照這樣式顯示,就是最靠右這個標題有顯示 兩張圖中不一樣的地方就是,實際上我有給最右邊的X軸標題,但在iphone6上沒有顯示 下面是我的aaOption的組裝方式 ```swift chartModel.xAxisData = ["2022/9", "", "", "", "2023/1", "", "", "", "", "", "", "2023/8"] let aaChartModel = AAChartModel() aaChartModel .tooltipEnabled(false) let aaTitle...

设置图表背景色为暗色系后,滑动到了边缘,底部还有一个白色的背景,继续拖动的话会很突兀,翻了issue看到之前也有人提问滑动到边缘的时候是否可以关闭滑动效果,类似scrollview的bounces属性 找遍了所有属性都没看到,请求大佬指导

Hey, guys, I need your assist a bit. 1. I would like to represent visible number of elements on xAxis 7, when data is loaded. How can I adjust xAxis...

大佬,这个睡眠图会串色,就是正常的应该是紫色的,就是最右边的那个颜色,这个怎么处理呢 设置代码如下: ```swift let option = AAOptions() .chart(AAChart() .type(.xrange) .margin(top: 0, right: 0, bottom: 25, left: 0)) .title(AATitle().text("")) .colors(["#4026E5","#AC60DF","#E1907B","#EEC967"]) .xAxis(AAXAxis().visible(false)) .yAxis(AAYAxis().visible(false) .title(AATitle() .text("")) .categories(["","","",""]) .gridLineWidth(0)) .legend(AALegend() .enabled(false)) .tooltip(AATooltip() .enabled(false)) .plotOptions(AAPlotOptions()...

![IMG_0469](https://github.com/AAChartModel/AAChartKit-Swift/assets/20777870/59807ed0-6e6e-4a75-b3ba-4f699565603e)