Dojo 图表上的上下文菜单操作
我想在 Dojo 图表中的一些绘图元素上实现上下文菜单。不幸的是,开箱即用的 Dojo Chart 仅支持三个事件:“click”、“mouseover”和“mouseout”。我不确定这是否是 dojox.gfx 模块或 dojox.charing 的限制。我可以处理容器 DOM 节点上的右键单击事件,然后沿着图表向下工作,但这感觉不是正确的 Dojo 方式。
是否有“操作”或补丁来支持 Dojo 图表上的右键单击事件?
I'd like to implement a context menu over some of plot elements in a Dojo Chart. Unfortunately, out of the box Dojo Chart supports only three events: "click", "mouseover", and "mouseout". I am not sure whether it is a limitation of dojox.gfx module or the dojox.charing. I can handle a right click event on the container DOM node and then work my way down the chart, but that does not feel the right Dojo way.
Is there an "action" or a patch to support right-click events on the Dojo Charts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 d3 绘制图表,则可以使用 Dojo 小部件将上下文菜单添加到 d3 图表元素。它会工作得很好。
If you use d3 for charting, you can use Dojo widget to add context menu to your d3 chart elements. and it will work fine.