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

Hi Team, In Scrollable chart, can I get callback of scrollPosition continuously by ActualRangeChanging? Example if it's a weekView Graph, Can I get scroll position of 7th day position while...

https://coinmarketcap.com/zh/currencies/ethereum/ 我想绘制一个这样的图,应该参考哪个例子啊?谢谢!

如下使用方法 更新数据 aa_onlyRefreshTheChartDataWithChartModelSeries报错 ```swift let chartModel1 = AAChartModel() .chartType(.spline)//图表类型 .title("交易走势图")//图表主标题 .subtitle("2020年09月18日")//图表副标题 .inverted(false)//是否翻转图形 .yAxisTitle("交易额")// Y 轴标题 .legendEnabled(true)//是否启用图表的图例(图表底部的可点击的小圆点) .tooltipValueSuffix("元")//浮动提示框单位后缀 .yAxisVisible(true) .dataLabelsEnabled(true) .categories(["Jan", "Feb", "Mar", "Apr", "May","Jan", "Feb", "Mar", "Apr", "May"]) .colorsTheme(["#0730BE","#7dffc0"])//主题颜色数组 .series([...

I modified the demo project like this but doesn't work. Can anybody help me please? Thank you! ![image](https://user-images.githubusercontent.com/47519035/160373844-0722cf0f-9521-46be-8dba-952566ed302c.png)

I want to know how to set background color of crosshair like this. Anybody can help me please. Thank you so much ![image](https://user-images.githubusercontent.com/47519035/160324271-4bfeee00-9771-4855-aea4-bcaaf23ef3b2.png)

I added this git project in Xcode package management, if I update it to the newest i keep getting: 1, cannot find "NSNull" in scope in AAChartModel.swift 2, cannot find...

能不能初始化的时候就显示某点的浮动提示框,并显示x,y的基准线。 我的需求是:我在翻页page的时候,我想在曲线上显示相关的点的浮动提示框。

@radianttap @yonat @mkausas @kellyroach @hellojunha 1. I want to make the corners round for the waterfall graph. Is it possible? 2. Is there any way to change the color of...