D3 Tip Versions Save

d3 tooltips

v0.9.1

6 years ago

Release that includes fixes to getScreenBox. Fixes https://github.com/Caged/d3-tip/issues/230.

v0.9.0

6 years ago

This release updates d3-tip to use import/export while also updating the library to use Rollup with smaller, more focused d3 packages.

v0.6.7

9 years ago
  • Update d3 to 3.5.5
  • Add tip.destroy() to remove the DOM element

v0.6.6

9 years ago

v0.6.5

9 years ago

Updated to d3 3.4

v0.6.4

10 years ago

See this fiddle for an example of the fix working.

v0.6.3

10 years ago
  • Ability to specify explicit targets
tip.show(data, target)

v0.6.2

10 years ago

Fixes offsets in Safari and Firefox. It also corrects tooltip position in the iPad.

v0.6.1

10 years ago
  • use pointer-events instead of pointerEvents which was preventing the property from being set and blocking interaction on overlapped nodes.
  • Remove minified version. It was always out of sync.
  • Simplify project structure. Can now be included in sprockets projects with a simple #= require d3-tip.

v0.6.0

10 years ago
  • Support for CSS transitions.

You can find an example at examples/css-transitions.html