An An
An An
作者的兴趣已经完全从 iOS 转移到其他地方去了, 此仓库估计是软件生命周期的末端了
参考: * https://www.highcharts.com/forum/viewtopic.php?t=48311
* https://github.com/AAChartModel/AAChartKit-Swift/issues/372 你也可以参考这个方法, 获取的点击事件的相关信息, 通过 `UIView` 来自行绘制 `tooltip`, 这样就可以随意定制 `tooltip` 的点击事件了.
Refer to: * https://www.highcharts.com/forum/viewtopic.php?f=9&t=49623
> 1.y轴的数组数据背景颜色怎么进行设置呢? **Highcharts** 默认似乎不支持直接设置 `y` 轴文字区域的背景色, 不知道你需要的是不是这种效果: * https://jsfiddle.net/BlackLabel/c8rt2nhe/
> 2. 曲线怎么从开始画怎么设置从y轴开始画?不然有间隔看着怪怪的 参考: * https://github.com/AAChartModel/AAChartKit/issues/637 * https://github.com/AAChartModel/AAChartKit/issues/577
>  大佬,我想问下这个左侧的黄色框区域的背景颜色怎么处理啊?因为我这个滑动有明显的透明度,主要是不想让看到有明显的透明度。 查看 `AAScrollablePlotArea` 类代码: ```objc //Refer to online API document: https://api.highcharts.com/highcharts/chart.scrollablePlotArea @interface AAScrollablePlotArea : NSObject AAPropStatementAndPropSetFuncStatement(strong, AAScrollablePlotArea, NSNumber *, minHeight) AAPropStatementAndPropSetFuncStatement(strong, AAScrollablePlotArea, NSNumber *, minWidth) AAPropStatementAndPropSetFuncStatement(strong, AAScrollablePlotArea, NSNumber...
请注意, 折线图滚动效果可能有点问题, **Highcharts** 官方至今未正式修复, 参考: * https://github.com/AAChartModel/AAChartKit/issues/1366
refer to: * https://developer.apple.com/forums/thread/707735