XCharts-Team / XCharts

A charting and data visualization library for Unity. Unity数据可视化图表插件。
https://xcharts-team.github.io
MIT License
3.31k stars 570 forks source link

关于图标的点击事件 #48

Closed NianHanDad closed 4 years ago

NianHanDad commented 4 years ago

作者可以加点图片的区域对外的鼠标事件嘛 如鼠标进入柱状图某条数据的事件,点击事件,离开事件等。这将是一个非常好用的功能。感谢作者

monitor1394 commented 4 years ago

已加入开发计划,预计下个版本支持

monitor1394 commented 4 years ago

目前只支持以下的部分通用鼠标事件,其他的暂不支持了。

NianHanDad commented 4 years ago

感谢作者  十分感谢!!!

------------------ 原始邮件 ------------------ 发件人: "monitor1394"<notifications@github.com>; 发送时间: 2020年5月16日(星期六) 晚上8:39 收件人: "monitor1394/unity-ugui-XCharts"<unity-ugui-XCharts@noreply.github.com>; 抄送: "✿The Root 、"<303697518@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [monitor1394/unity-ugui-XCharts] 关于图标的点击事件 (#48)

目前只支持以下的部分通用鼠标事件,其他的暂不支持了。

BaseChart.onPointerClick:鼠标点击回调。

BaseChart.onPointerDown:鼠标按下回调。

BaseChart.onPointerUp:鼠标弹起回调。

BaseChart.onPointerEnter:鼠标进入图表回调。

BaseChart.onPointerExit:鼠标退出图表回调。

BaseChart.onBeginDrag:鼠标开始拖拽回调。

BaseChart.onDrag:鼠标拖拽回调。

BaseChart.onEndDrag:鼠标结束拖拽回调。

BaseChart.onScroll:鼠标滚动回调。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.