Releases: phBalance/d3-tooltip
Releases · phBalance/d3-tooltip
Support D3 v6 and up
v1.0.0
Small tweaks to tooltip bubbles and browser foreignObject bug detection.
- Update packages. 7472903
- lintify 42d18fd
- Correct div in FO bug detection code. This gets rid of the magic constant of 2. Change algo and Safari might not be good anymore. f07aef0
- Change the rounding radius to just scale with the smallest dimension for the bubble. 9be4eab
- Tooltip bubble (a path) seems to be a bit better when stroke width is an integer. 3f267b6
- Make path joins a bit crisper. 7495f94
Reuse tooltip-group
- tooltip group is now reused.
- Update some packages.
Add more configuration options and width can shrink to fit
- Clean up some typing and refactoring. 599a240
- Make tip parameters and bubble outline stroke parameters configurable. a9eb728
- If height is being computed dynamically for the tooltip, do so for width. Will need to do something like display: inline-block for the tooltip for this to work. 03b29de
- Update documentation to reflect new config option. 4dea9e3
- Refactor bubble drawing/stroking - Require bubble shape to be specified when configuring tooltip. - Convert square bubble to path from polygon. - Tighten up typing. - Change if(this.roundedBubble) logic to constructor and "strategy" pattern. 7455472
- Refactor creation and positioning to share code. 601aa88
Differences: v0.0.1...v0.1.0
Initial release
Initial release