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 Micah,
I have try this .html("test"+"<br/>"+"test") but it didn't work at all.
Any other suggestion.
Joanne
Chris Viau
unread,
Jun 13, 2015, 3:40:56 PM6/13/15
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
As Micah said, <br/> works in html but not in SVG. In SVG, you can use tspan, which is not a direct equivalent: https://developer.mozilla.org/fr/docs/Web/SVG/Element/tspan You can also find d3 plugins for text wrapping, but I would encourage you to learn to use tspan.