Right now I have a scatterplot graph and I'm displaying text labels for nodes on mouseover. The problem I'm having is that the text labels are being obscured by other nodes being drawn overtop.
How can I setup the rendering of the chart so that the nodes are drawn first, and then afterwards the text labels are drawn for nodes that are being moused over?
Thanks,
Stephen
Jamie Popkin
unread,
Oct 16, 2012, 5:09:22 PM10/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to d3...@googlegroups.com
Hey Stephen.
Have you considered rendering the text in a separate group element <g> that is on top of the nodes?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to d3...@googlegroups.com
thanks Jamie :) yeah i've been working on the project called tributary with some friends. will be moving it to tributary.io soon (enjalot is my personal nickname)
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to d3...@googlegroups.com
Fantastic project Ian. It will be great for people learning d3. Thanks for sharing.
sspboyd
unread,
Oct 17, 2012, 5:18:12 PM10/17/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to d3...@googlegroups.com
Thanks very much Ian. I've never received a custom screencast explaining a help request! Much appreciated.
And I with Jamie, that is a very cool site for demoing.
Krishna Moorthy
unread,
May 23, 2013, 12:51:37 AM5/23/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to d3...@googlegroups.com
Hi Ian,
i am working on rickshaw scatter plot graph. is there any option for displaying the label above the scatter bubble in on load event. if yes . please let me know..