An An

Results 545 comments of An An

参考相同问题: * https://github.com/AAChartModel/AAChartKit-Swift/issues/345

OC 版本的配置方式为: ```objc - (AAOptions *)setCrosshairAndTooltipToTheDefaultPositionAfterLoadingChart { AAChartModel *aaChartModel = AAChartModel.new .chartTypeSet(AAChartTypeAreaspline)//图表类型 .colorsThemeSet(@[@"#04d69f",@"#1e90ff",@"#ef476f",@"#ffd066",]) .stackingSet(AAChartStackingTypeNormal) .yAxisVisibleSet(false) .markerRadiusSet(@0) .seriesSet(@[ AASeriesElement.new .nameSet(@"Tokyo Hot") .lineWidthSet(@5.0) .fillOpacitySet(@0.4) .dataSet(@[@0.45, @0.43, @0.50, @0.55, @0.58, @0.62, @0.83, @0.39,...

参考重复问题: * https://github.com/AAChartModel/AAChartKit/issues/623

> 不用之前的moveOverEventWithMessage了? 因为 block 写起来比代理更简便一些, 所以 demo 中的**点击事件**使用示例换成了 block

You can customize AACrosshair background color directly

按照 readme 文档中所说, 不指定版本号, 使用 AAChartKit 最新的内容试试

Maybe this issue will be useful for you * https://github.com/AAChartModel/AAChartKit/issues/966

Online doc: * https://api.highcharts.com/highcharts/tooltip.positioner

这个白色有可能是 AAChartView 自身的颜色, 你可以试试更改一下 AAChartView 自身的颜色