An An

Results 545 comments of An An

`AAChartKit-Swift` 的 **demo** 链接地址: * https://github.com/AAChartModel/AAChartKit-Swift

参考: * https://github.com/AAChartModel/AAChartKit/issues/1381

```swift AADataElement() .y(100) .marker(AAMarker() .enabled(false)//禁用 AADataElement 的 marker 效果 ) ``` 你试试像上面这样, 对于你不需要高亮的点, 设置 AAMarker 的 enabled 属性为 false

> HighChart有支援 有相关文档吗?

这个示例的不太好弄, 需要额外添加依赖文件: ```html ```

而且我粗略的看了一下依赖文件里面的实现, 应该是不支持移动端. 因为你可以看到, 它里面的事件操作似乎都是针对鼠标事件的.

> The draggable-points module allows points to be moved around or modified in the chart. In addition to the options mentioned under the dragDrop API structure, the module fires three...

```ruby -------------------------------------------------------------------------------- 🎉 Congrats 🚀 AAInfographics (9.0.0) successfully published 📅 January 31st, 01:07 🌎 https://cocoapods.org/pods/AAInfographics 👍 Tell your friends! -------------------------------------------------------------------------------- ``` 在 **CocoaPods** 上, 更新了 **AAChartKit-Swift** 最新版本为 `9.0.0`, 你再试试吧. 参考:...

相关问题, 参考: * https://github.com/AAChartModel/AAChartKit/issues/1501

我觉得 Highcharts 应该不支持此效果, 我没找到相关配置.