This repository has been archived by the owner on Mar 17, 2020. It is now read-only.
Fix element overlap
- use
pointer-events
instead ofpointerEvents
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
.