Skip to main content

All Questions

Tagged with
0 votes
0 answers
116 views

How to display svg title content like an list rather than in straight line

I am creating discrete legend using SVG, where I am appending title to the rect to show content on hover but the content of title is displayed in straight line, which I want to come one after the ...
Eric's user avatar
  • 133
0 votes
1 answer
266 views

How to align parent div height based on child SVG content

I want to assign height to parent div based on the child content (here SVG is my child which can have different content based on data). If I assign fixed height either to parent or the child, it gives ...
Eric's user avatar
  • 133