允许单击“弧”的图形网络库 在图表上
我需要一个 JavaScript 库,或者 Flash,它允许将事件连接到图形中“弧线”上的“单击”。
我已经通过 JS-Graphs 库实现了我的图形,但我只能拦截“节点”上的“单击”事件,而不能拦截“弧”上的“单击”事件。
I need a JavaScript library, or Flash as well, which allows to connect events to "click" over "arcs" in graphics.
I've implemented my graphic through the JS-Graphs library, but I can only intercept the "click" event on "nodes", not on "arcs".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您对使用 Flex 感兴趣,您可能还想看看 Josh' Tynjala 的 Wires UI 库。
If you're interesting in using Flex, you may also want to take a look at Josh' Tynjala's Wires UI library.
WireIt 可能与您要查找的内容类似。 然而,他们使用 YUI 库和 Canvas,所以 YMMV。
WireIt might be similar to what you're looking for. However, they use the YUI library and Canvas, so YMMV.