An An

Results 545 comments of An An

OC版本的AAChartKit的demo中,有类似效果的图表,不知道是不是能符合你的要求. 还是你只要Swift版本的AAChartKit???

你所需要的是否是上图的这种效果?

The local Highcharts javascript files version in AAChartKit-Swift is 5.0.5, maybe the problem was fixed in the latest version Highcharts. So you can test the problem with the latest version...

To get the latest version Highcharts ,Just do as I said in [README ](https://github.com/AAChartModel/AAChartKit-Swift#postscript) the online version always be the latest version

you can adjust the content height through changing the property of AAChartView named `contentHeight` ```swift /// Content height of AAChartView public var contentHeight: CGFloat? { willSet { if optionsJson !=...

I think the different scrollView content layout policy of different versions iOS caused this weird problem. as you can see ,the content view WKWebView(or UIWebView below iOS 9) of AAChartView...

are you sure about this? Even if it can not resolve this problem, it can change the content height of AAChartView at least!!! you can test it in AAChartKit-Swift demo.

how about the test result in AAChartView-Swift demo???

If I set `aaChartView.contentHeight = 100` ```swift aaChartView = AAChartView() let chartViewWidth = view.frame.size.width let chartViewHeight = view.frame.size.height - 220 aaChartView?.frame = CGRect(x: 0, y: 60, width: chartViewWidth, height: chartViewHeight)...

If you cannot get the right result , Please update the demo of AAChartView-Swift to be the latest version and test it again.