gpt4 book ai didi

ios - 如何在 Swift 中使用条形图

转载 作者:行者123 更新时间:2023-11-30 11:14:12 25 4
gpt4 key购买 nike

我正在 swift 中使用 AMChart 库。 https://github.com/adventam10/AMChart

我创建了条形图。但我无法得到当前的结果。请帮助我!

下图是我的输出:

enter image description here

但我需要这种类型的输出:

enter image description here

下面的代码是我用于 BarChart 的代码

private func prepareDataList () {
barDataList.removeAll()
barColors.removeAll()
var values = [Int]()
values.removeAll()

for i in 0..<colorArray.count {
barColors.append(colorArray[i])

let value = CGFloat(dataValues[i])
values.append(Int(value))

barDataList.append(values)
}
}

最佳答案

您可以添加:

pod 'Charts' 

到你的 Podfile。 “图表”的名称是the library .

关于ios - 如何在 Swift 中使用条形图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51896396/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com