AAChartKit-Swift icon indicating copy to clipboard operation
AAChartKit-Swift copied to clipboard

如何設定scrolling spline chart的圖標click事件

Open alexchen85 opened this issue 4 years ago • 0 comments

你好,目前需要的功能是只有點擊圖標的圓圈範圍才會進入該數據的相關頁面,如果以moveOverEventMessage的方法實現會與mouseover的event衝突(會直接進入詳細頁面導致無法scroll),想請問該如何在scrolling spline chart中設定圖標點擊事件?或是說moveOverEventMessage中有辦法將event從mouseover改成click嗎?,目前參照pie chart的做法使用AASeriesElement().allowPointSelect(true)可以看到圖標有點擊的變化,但實在找不到能做相關設定的方法,急需使用這個功能,希望能得到解答,謝謝你。

alexchen85 avatar Dec 02 '20 10:12 alexchen85