AAChartKit
AAChartKit 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...
显示完折线图的数据 然后默认显示第一个点的tooltip
网上找很多关于AAChartKit的信息,发现都是copy作者的重复信息,完全没有找到任何有用的信息,所以自己创建了一个交流群,希望大家都能够多多交流一下,互相帮助,发挥AAChartKit的最大作用,也不必为了一个小问题卡住,百思不得姐!群号:701042334 ;点击链接加入群【AAChartKit】:https://jq.qq.com/?_wv=1027&k=5ZtB0Rq
### Discussed in https://github.com/AAChartModel/AAChartKit/discussions/1329 Originally posted by **SvenMuc** May 15, 2022 According your readme AAChartKit is based on the Highcharts JS library. AAChartKit is licensed according the MIT license whereas...
设置了 self.chartView.delegate = self; 同时 option.touchEventEnabledSet(true);//支持用户点击事件 柱状图是走了代理了 按理说饼图也应该会走阿
I have two graphs, and when I hover over one graph (on macOS), I want to see information on both graphs at the same time. Can I programmatically hover another...
大佬,您好,有没有方法能监听x轴滑动到哪个X轴刻度
code = 4; domain = WKErrorDomain; userInfo = { NSLocalizedDescription = "A JavaScript exception occurred"; WKJavaScriptExceptionColumnNumber = 21; WKJavaScriptExceptionLineNumber = 1; WKJavaScriptExceptionMessage = "ReferenceError: Can't find variable: loadTheHighChartView"; WKJavaScriptExceptionSourceURL =...
双Y轴指定刻度数量,Y轴高度不固定 _yAxisOne = AAYAxis.new .visibleSet(true) .tickAmountSet(@6) .labelsSet(aaYAxisLabels) .minSet(@0) .titleSet(AAAxisTitle.new .textSet(@"") .styleSet(aaYAxisTitleStyle)) .oppositeSet(true); _yAxisTwo = AAYAxis.new .visibleSet(true) .tickAmountSet(@6) .labelsSet(aaYAxisLabels) .titleSet(AAAxisTitle.new .textSet(@"") .styleSet(aaYAxisTitleStyle));
I modified the demo project like this but doesn't work. Can anybody help me please? Thank you! 
 如果比例过低,这个高度绘制不出来