1

I want to make a tooltip for a realtime D3.js and javascript graph that moves smoothly on the data. Does any one know any example. All I have found is related to static graphs.

Bill Woodger
  • 12,968
  • 4
  • 38
  • 47
star
  • 317
  • 2
  • 6
  • 15

1 Answers1

0

If your data is bound to <g> elements, you can add the tooltips to the <g> as a <text> element. Or, you could use a <foreignObject> with some nested HTML if you'd prefer CSS styling.

Mentok
  • 597
  • 4
  • 6