显示单个线系列的所有数据提示
我试图弄清楚是否有一种方法可以在 Flex 3 折线图中显示单个线系列的所有数据提示。该图表将有多条线,我们正在寻找的功能是当用户将鼠标悬停在一条线上时,显示与该系列相关的所有数据提示。任何帮助将不胜感激。
showAllDataTips 在这种情况下不起作用,因为它将在图表上显示所有数据提示。
谢谢! 富有的
I'm trying to figure out if there is a way to show all datatips for a single lineseries in a Flex 3 linechart. This chart will have multiple lines and the functionality we're looking for is when a user hovers over a line, show all datatips associated with just that series. Any help would be appreciated.
showAllDataTips will not work in this case as it will display all datatips on the chart.
Thanks!
Rich
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 lineseries 本身的 dataTipItems。根据文档,您可以将所有项目插入此属性以使它们可见。
Use dataTipItems of the lineseries itself. According to the documentation you can insert all items to this property to make them visislbe.