开发者

DOJO: is it possible to display mouse co-ordinates on the graph using dojox.charting.Chart2D?

开发者 https://www.devze.com 2023-01-20 14:29 出处:网络
I want my graph some thing similar to Google finance graphs in the context of displaying x&y co-ordinates of the mouse when hover on the graph. Am using, DOJO\'s dojox.charting.Chart2D to draw the

I want my graph some thing similar to Google finance graphs in the context of displaying x&y co-ordinates of the mouse when hover on the graph. Am using, DOJO's dojox.charting.Chart2D to draw the graph. Might be there is way to display the co-ordinates but i 开发者_Go百科didn't find the option to display them. Please suggest me if some one is already used this or known before. -Anju


Just use a regular HTML and onmousemove event for that — the same way you can show mouse coordinates over an image element.

0

精彩评论

暂无评论...
验证码 换一张
取 消