d3-tip
d3-tip copied to clipboard
d3 tooltips
Bumps [d3-collection](https://github.com/d3/d3-collection) from 1.0.4 to 1.0.7. Release notes *Sourced from [d3-collection's releases](https://github.com/d3/d3-collection/releases).* > ## v1.0.7 > * Housekeeping. > > ## v1.0.6 > * Update dependencies, again. > > ##...
Bumps [d3-selection](https://github.com/d3/d3-selection) from 1.3.0 to 1.4.1. Release notes *Sourced from [d3-selection's releases](https://github.com/d3/d3-selection/releases).* > ## v1.4.1 > * Adopt exact paths for imports. > * Adopt explicit files for publishing. >...
Bumps [eslint-config-airbnb-base](https://github.com/airbnb/javascript) from 5.0.3 to 8.0.0. Commits - [`0157e69`](https://github.com/airbnb/javascript/commit/0157e69a0df8ee8fa568d2c0ed53c087e4910c80) [eslint config] [base] v8.0.0 - [`f6dab79`](https://github.com/airbnb/javascript/commit/f6dab799b8fa1346f1cc3fdfdbe9c9fbeef7baf6) [eslint config] [base] [breaking] enable rules: - [`173cba3`](https://github.com/airbnb/javascript/commit/173cba3cc6987daf0d018633313ae277c290dcde) [eslint config] v11.2.0 - [`62cac3e`](https://github.com/airbnb/javascript/commit/62cac3eea120dc0eb74a152e05004e0e962e9706) [eslint config]...
Sometimes you just want to display plain text in your tooltips, and doing so requires that you first escape your text before you use it for `.html()`. If you forget,...
Bumps [rollup](https://github.com/rollup/rollup) from 0.58.2 to 1.30.1. Release notes Sourced from rollup's releases. v1.30.1 2020-01-27 Bug Fixes Do not mistreat static entgry points as dynamic ones when chunking (#3357) Resolve a...
Dynamically evaluates functions passed to `tip.attr` and `tip.style`. The modification creates a list of cached functions and calls them during `show`. Fixes #174
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.15. **This update includes security fixes.** Vulnerabilities fixed *Sourced from The GitHub Security Advisory Database.* > **Critical severity vulnerability that affects lodash, lodash-es, lodash-amd, lodash.template,...
This project started as a hack to get a minimal svg tooltip working with d3. Nothing at the time existed that targeted SVG specifically. Once it worked well enough for...