An An
An An
参考: * https://api.hcharts.cn/highcharts/xAxis.title * https://api.hcharts.cn/highcharts/yAxis.title
```java public class AATitle { ... ... public String align; public String verticalAlign; public Number x; public Number y; public AATitle align(String prop) { align = prop; return this; }...
参考: * #203
* https://github.com/highcharts/highcharts-android
这是他的矩形树图在线代码示例: * https://www.highcharts.com/demo/android/treemap-large-dataset/grid-light 这是他的所有 `Android` 代码示例: * https://www.highcharts.com/demo/android/grid-light ## PS: 目前他的所有图表的示例代码都是 `Java` 版本的, 不过应该不影响在 `kotlin` 项目中混编使用。
参考相似问题: * https://github.com/AAChartModel/AAChartKit/issues/1592
参考: * https://github.com/AAChartModel/AAChartKit/issues/1403
I tried it, it is only useful for tooltip, not the crosshair
I haven't found any solution so far.
参考相似问题: * https://github.com/AAChartModel/AAChartKit-Swift/issues/546