AAChartKit-Swift
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...
想实现如下需求(条形图): 1.普通状态下的条为白色 2.选中状态下的条为黄色
我看了下你有个colorByPoint 这个属性 但是我如果想设置不是随机 怎么做呢 非常急 感谢大佬 帮忙看看 这js 写得6啊
Hi guys. Everything works correctly in the iOS app but in the Today Extension I can't see anything ... I use almost the same code as the iOS app but...
https://jshare.com.cn/hcharts.cn/hhhhov 类似这个功能,在柱形图上方显示自定义的标签,不过是前三名,显示 带颜色圆形背景的 1,2,3 的 label
如何使x轴上显示的个数做控制 以方便于滑动显示 谢谢! 例如highCharts 中的 max:5 这样可以做条件限制
I'm testing my application in multiple sizes of screens and iOS versions. On iPhone 4s, looks like the ChartModel is greater than the ChartView, and chart view is clipping the...
想把气泡做成图片里的样子,应该怎么做呢? 在 swift 里面没有找到AAOptionsConstructor
How to add data dynamically in pie chart?
let path = Bundle.main.path(forResource: "AAChartView", ofType: "html", inDirectory: "AAJSFiles.bundle") 换成文件夹手动拖进去后没这问题 let path = Bundle.main.path(forResource: "AAChartView", ofType: "html")