Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [47.0.0](v46.13.0...v47.0.0) (2022-07-22) ### Bug Fixes * **deps:** update dependency @elastic/eui to ^60.3.0 ([#1755](#1755)) ([623b19f](623b19f)) ### Features * **tooltip:** composable tooltips - phase 1 ([#1725](#1725)) ([e79fa20](e79fa20)) ### BREAKING CHANGES * **tooltip:** `Settings.tooltip` is deprecated in favor of the new `Tooltip` spec. Type changes related to `TooltipProps`, `TooltipSettings` and others see #1725. Changes to tooltip styles from dark to light theme. The Annotation tooltip class `.echAnnotation` used to target the icon, but now refers to the tooltip itself similar to `.echTooltip` and now `.echAnnotation__marker` refers to the icon itself. ```diff const tooltipProps = {...}; <Chart> - <Settings tooltip={tooltipProps} /> + <Tooltip {...tooltipProps} /> </Chart> ```
- Loading branch information