-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tooltip): composable tooltips - phase 1 (#1725)
Redesigned tooltip styles and adds composable tooltip components for users to develop custom tooltip configurations. Adds the option for `header` and `tooltip` on the default tooltip that provides the tooltip items for contextual headers and footers. BREAKING CHANGE: `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
1 parent
3792d19
commit e79fa20
Showing
381 changed files
with
2,924 additions
and
1,045 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+61 Bytes
(100%)
.../should-fade-all-other-annotations-when-line-marker-is-hovered-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+16 Bytes
(100%)
...uld-fade-all-other-annotations-when-rect-annotation-is-hovered-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-11 Bytes
(100%)
...ries/outside-annotations/should-show-tooltip-on-hover-x-domain-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+14 Bytes
(100%)
...ries/outside-annotations/should-show-tooltip-on-hover-y-domain-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+375 Bytes
(100%)
...al-accessors/functional-accessors-with-field-name-with-tooltip-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-536 Bytes
(98%)
...s/sagitta-offset/should-show-custom-value-formatter-in-tooltip-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-330 Bytes
(99%)
...shots/goal-stories/should-render-actual-tooltip-color-on-hover-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-229 Bytes
(99%)
...ts/grid-stories/should-render-crosshair-lines-above-grid-lines-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-181 Bytes
(99%)
...hots/interactions/hide-null-bars-in-tooltip-in-percentage-mode-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-44 Bytes
(100%)
...ld-show-cursor-band-when-background-is-set-with-eui-dark-theme-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+4 Bytes
(100%)
...d-show-cursor-band-when-background-is-set-with-eui-light-theme-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-118 Bytes
(100%)
.../should-show-cursor-when-background-is-set-with-eui-dark-theme-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+101 Bytes
(100%)
...should-show-cursor-when-background-is-set-with-eui-light-theme-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-151 Bytes
(99%)
...ull-values-in-tooltip-if-configured/hide-tooltip-if-configured-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-265 Bytes
(99%)
...ull-values-in-tooltip-if-configured/show-n-a-tooltip-for-areas-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-305 Bytes
(99%)
...null-values-in-tooltip-if-configured/show-n-a-tooltip-for-bars-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+107 Bytes
(100%)
...snapshots/interactions/should-size-legends-with-ordinal-x-axis-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-72 Bytes
(100%)
...tions/tooltip-formatting/should-use-all-custom-tick-formatters-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-136 Bytes
(100%)
...atting/should-use-axis-tick-formatter-with-no-header-formatter-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-52 Bytes
(100%)
...eractions/tooltip-formatting/should-use-custom-mark-formatters-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-114 Bytes
(100%)
...ick-formatter-with-no-axis-tick-formatter-nor-header-formatter-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+164 Bytes
(100%)
...ormatter-with-no-axis-tick-formatter-nor-series-tick-formatter-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-72 Bytes
(100%)
...ions/tooltip-formatting/should-use-header-formatter-for-x-axis-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+3 Bytes
(100%)
...g/should-use-series-tick-formatter-with-no-axis-tick-formatter-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-59 Bytes
(100%)
...tter-with-no-axis-tick-formatter-missing-series-tick-formatter-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+18 Bytes
(100%)
....ts-snapshots/interactions/tooltip-sync/show-synced-crosshairs-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-43 Bytes
(100%)
...s/interactions/tooltip-sync/show-synced-extra-values-in-legend-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-372 Bytes
(99%)
...st.ts-snapshots/interactions/tooltip-sync/show-synced-tooltips-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-36 Bytes
(100%)
...ndary-chart/should-contain-tooltip-inside-boundary-near-bottom-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-134 Bytes
(99%)
...boundary-chart/should-contain-tooltip-inside-boundary-near-top-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+296 Bytes
(100%)
...ecific-bars/rotation-0/shows-tooltip-on-first-bar-group-bottom-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+36 Bytes
(100%)
...-specific-bars/rotation-0/shows-tooltip-on-first-bar-group-top-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+296 Bytes
(100%)
...pecific-bars/rotation-0/shows-tooltip-on-last-bar-group-bottom-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-53 Bytes
(100%)
...r-specific-bars/rotation-0/shows-tooltip-on-last-bar-group-top-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-251 Bytes
(98%)
...cific-bars/rotation-90/shows-tooltip-on-first-bar-group-bottom-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+31 Bytes
(100%)
...specific-bars/rotation-90/shows-tooltip-on-first-bar-group-top-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-112 Bytes
(99%)
...ecific-bars/rotation-90/shows-tooltip-on-last-bar-group-bottom-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+31 Bytes
(100%)
...-specific-bars/rotation-90/shows-tooltip-on-last-bar-group-top-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-138 Bytes
(99%)
...otation-0/placement-bottom/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+134 Bytes
(100%)
...tation-0/placement-bottom/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-61 Bytes
(100%)
...t/rotation-0/placement-bottom/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-135 Bytes
(99%)
.../rotation-0/placement-bottom/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-138 Bytes
(99%)
.../rotation-0/placement-left/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+134 Bytes
(100%)
...rotation-0/placement-left/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+57 Bytes
(100%)
...art/rotation-0/placement-left/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+300 Bytes
(100%)
...rt/rotation-0/placement-left/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-138 Bytes
(99%)
...rotation-0/placement-right/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+134 Bytes
(100%)
...otation-0/placement-right/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+57 Bytes
(100%)
...rt/rotation-0/placement-right/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+300 Bytes
(100%)
...t/rotation-0/placement-right/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+46 Bytes
(100%)
...t/rotation-0/placement-top/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-70 Bytes
(99%)
.../rotation-0/placement-top/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+57 Bytes
(100%)
...hart/rotation-0/placement-top/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+300 Bytes
(100%)
...art/rotation-0/placement-top/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-138 Bytes
(99%)
...ation-180/placement-bottom/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+134 Bytes
(100%)
...tion-180/placement-bottom/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-61 Bytes
(100%)
...rotation-180/placement-bottom/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-135 Bytes
(99%)
...otation-180/placement-bottom/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-138 Bytes
(99%)
...otation-180/placement-left/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+134 Bytes
(100%)
...tation-180/placement-left/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+57 Bytes
(100%)
...t/rotation-180/placement-left/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+300 Bytes
(100%)
.../rotation-180/placement-left/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-138 Bytes
(99%)
...tation-180/placement-right/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+134 Bytes
(100%)
...ation-180/placement-right/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+57 Bytes
(100%)
.../rotation-180/placement-right/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+300 Bytes
(100%)
...rotation-180/placement-right/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+46 Bytes
(100%)
...rotation-180/placement-top/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-70 Bytes
(99%)
...otation-180/placement-top/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+57 Bytes
(100%)
...rt/rotation-180/placement-top/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+300 Bytes
(100%)
...t/rotation-180/placement-top/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-138 Bytes
(99%)
...tation-90/placement-bottom/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+134 Bytes
(100%)
...ation-90/placement-bottom/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-61 Bytes
(100%)
.../rotation-90/placement-bottom/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-135 Bytes
(99%)
...rotation-90/placement-bottom/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-138 Bytes
(99%)
...rotation-90/placement-left/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+134 Bytes
(100%)
...otation-90/placement-left/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+57 Bytes
(100%)
...rt/rotation-90/placement-left/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+300 Bytes
(100%)
...t/rotation-90/placement-left/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-138 Bytes
(99%)
...otation-90/placement-right/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+134 Bytes
(100%)
...tation-90/placement-right/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+57 Bytes
(100%)
...t/rotation-90/placement-right/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+300 Bytes
(100%)
.../rotation-90/placement-right/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+46 Bytes
(100%)
.../rotation-90/placement-top/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-70 Bytes
(99%)
...rotation-90/placement-top/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+57 Bytes
(100%)
...art/rotation-90/placement-top/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+300 Bytes
(100%)
...rt/rotation-90/placement-top/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-138 Bytes
(99%)
...gative-90/placement-bottom/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+134 Bytes
(100%)
...ative-90/placement-bottom/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-61 Bytes
(100%)
...-negative-90/placement-bottom/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-135 Bytes
(99%)
...negative-90/placement-bottom/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-138 Bytes
(99%)
...negative-90/placement-left/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+134 Bytes
(100%)
...egative-90/placement-left/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+57 Bytes
(100%)
...on-negative-90/placement-left/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+300 Bytes
(100%)
...n-negative-90/placement-left/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-138 Bytes
(99%)
...egative-90/placement-right/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+134 Bytes
(100%)
...gative-90/placement-right/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+57 Bytes
(100%)
...n-negative-90/placement-right/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+300 Bytes
(100%)
...-negative-90/placement-right/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+46 Bytes
(100%)
...-negative-90/placement-top/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-70 Bytes
(99%)
...negative-90/placement-top/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+57 Bytes
(100%)
...ion-negative-90/placement-top/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+300 Bytes
(100%)
...on-negative-90/placement-top/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-97 Bytes
(99%)
...otation-0/placement-bottom/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-101 Bytes
(99%)
...tation-0/placement-bottom/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-61 Bytes
(100%)
...t/rotation-0/placement-bottom/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-135 Bytes
(99%)
.../rotation-0/placement-bottom/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+98 Bytes
(100%)
.../rotation-0/placement-left/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+59 Bytes
(100%)
...rotation-0/placement-left/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+325 Bytes
(100%)
...ult/rotation-0/placement-left/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+238 Bytes
(100%)
...lt/rotation-0/placement-left/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-97 Bytes
(99%)
...rotation-0/placement-right/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-101 Bytes
(99%)
...otation-0/placement-right/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+26 Bytes
(100%)
...lt/rotation-0/placement-right/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-40 Bytes
(100%)
...t/rotation-0/placement-right/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+46 Bytes
(100%)
...t/rotation-0/placement-top/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-70 Bytes
(99%)
.../rotation-0/placement-top/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-85 Bytes
(99%)
...ault/rotation-0/placement-top/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-77 Bytes
(99%)
...ult/rotation-0/placement-top/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-97 Bytes
(99%)
...ation-180/placement-bottom/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-101 Bytes
(99%)
...tion-180/placement-bottom/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-61 Bytes
(100%)
...rotation-180/placement-bottom/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-135 Bytes
(99%)
...otation-180/placement-bottom/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+98 Bytes
(100%)
...otation-180/placement-left/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+59 Bytes
(100%)
...tation-180/placement-left/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+325 Bytes
(100%)
...t/rotation-180/placement-left/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+238 Bytes
(100%)
.../rotation-180/placement-left/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-97 Bytes
(99%)
...tation-180/placement-right/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-101 Bytes
(99%)
...ation-180/placement-right/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+26 Bytes
(100%)
.../rotation-180/placement-right/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-40 Bytes
(100%)
...rotation-180/placement-right/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+46 Bytes
(100%)
...rotation-180/placement-top/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-70 Bytes
(99%)
...otation-180/placement-top/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-85 Bytes
(99%)
...lt/rotation-180/placement-top/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-77 Bytes
(99%)
...t/rotation-180/placement-top/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-97 Bytes
(99%)
...tation-90/placement-bottom/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-101 Bytes
(99%)
...ation-90/placement-bottom/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-61 Bytes
(100%)
.../rotation-90/placement-bottom/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-135 Bytes
(99%)
...rotation-90/placement-bottom/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+98 Bytes
(100%)
...rotation-90/placement-left/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+59 Bytes
(100%)
...otation-90/placement-left/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+325 Bytes
(100%)
...lt/rotation-90/placement-left/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+238 Bytes
(100%)
...t/rotation-90/placement-left/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-97 Bytes
(99%)
...otation-90/placement-right/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-101 Bytes
(99%)
...tation-90/placement-right/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+26 Bytes
(100%)
...t/rotation-90/placement-right/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-40 Bytes
(100%)
.../rotation-90/placement-right/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+46 Bytes
(100%)
.../rotation-90/placement-top/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-70 Bytes
(99%)
...rotation-90/placement-top/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-85 Bytes
(99%)
...ult/rotation-90/placement-top/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-77 Bytes
(99%)
...lt/rotation-90/placement-top/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-97 Bytes
(99%)
...gative-90/placement-bottom/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-101 Bytes
(99%)
...ative-90/placement-bottom/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-61 Bytes
(100%)
...-negative-90/placement-bottom/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-135 Bytes
(99%)
...negative-90/placement-bottom/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+98 Bytes
(100%)
...negative-90/placement-left/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+59 Bytes
(100%)
...egative-90/placement-left/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+325 Bytes
(100%)
...on-negative-90/placement-left/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+238 Bytes
(100%)
...n-negative-90/placement-left/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-97 Bytes
(99%)
...egative-90/placement-right/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-101 Bytes
(99%)
...gative-90/placement-right/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+26 Bytes
(100%)
...n-negative-90/placement-right/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-40 Bytes
(100%)
...-negative-90/placement-right/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+46 Bytes
(100%)
...-negative-90/placement-top/shows-tooltip-in-bottom-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-70 Bytes
(99%)
...negative-90/placement-top/shows-tooltip-in-bottom-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-85 Bytes
(99%)
...ion-negative-90/placement-top/shows-tooltip-in-top-left-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-77 Bytes
(99%)
...on-negative-90/placement-top/shows-tooltip-in-top-right-corner-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-864 Bytes
(98%)
...oltips/should-render-current-tooltip-for-split-and-y-accessors-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-123 Bytes
(100%)
...eractions/tooltips/should-render-current-tooltip-in-dark-theme-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+2.55 KB
(130%)
...s-snapshots/interactions/tooltips/should-render-custom-tooltip-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.21 KB
(98%)
...napshots/interactions/tooltips/should-show-tooltip-on-sunburst-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+781 Bytes
(100%)
...tories/should-break-multiline-legends-with-long-url-characters-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1.45 KB
(100%)
...placement-with-legend/should-render-tooltip-with-bottom-legend-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.06 KB
(98%)
...p-placement-with-legend/should-render-tooltip-with-left-legend-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.58 KB
(97%)
...-placement-with-legend/should-render-tooltip-with-right-legend-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-29 Bytes
(100%)
...ip-placement-with-legend/should-render-tooltip-with-top-legend-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+63 Bytes
(100%)
...ark-accessor/with-hidden-points-default-point-highlighter-size-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+154 Bytes
(100%)
...ries/should-show-area-chart-with-toggled-series-and-mouse-over-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+31 Bytes
(100%)
...ries/should-show-area-chart-with-toggled-series-and-mouse-over-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-43 Bytes
(100%)
...ries/should-show-area-chart-with-toggled-series-and-mouse-over-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+31 Bytes
(100%)
...ries/should-show-area-chart-with-toggled-series-and-mouse-over-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-43 Bytes
(100%)
...ries/should-show-area-chart-with-toggled-series-and-mouse-over-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+31 Bytes
(100%)
...ries/should-show-area-chart-with-toggled-series-and-mouse-over-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+140 Bytes
(100%)
...ries/should-show-area-chart-with-toggled-series-and-mouse-over-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+188 Bytes
(100%)
...ries/should-show-area-chart-with-toggled-series-and-mouse-over-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+309 Bytes
(100%)
...ries/should-show-area-chart-with-toggled-series-and-mouse-over-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+91 Bytes
(100%)
...ries/should-show-area-chart-with-toggled-series-and-mouse-over-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+298 Bytes
(100%)
...ries/should-show-area-chart-with-toggled-series-and-mouse-over-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+91 Bytes
(100%)
...ries/should-show-area-chart-with-toggled-series-and-mouse-over-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+119 Bytes
(100%)
...ries/should-show-area-chart-with-toggled-series-and-mouse-over-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+177 Bytes
(100%)
...ries/should-show-area-chart-with-toggled-series-and-mouse-over-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-86 Bytes
(100%)
...ries/should-show-area-chart-with-toggled-series-and-mouse-over-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+87 Bytes
(100%)
...ries/should-show-area-chart-with-toggled-series-and-mouse-over-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-97 Bytes
(100%)
...ries/should-show-area-chart-with-toggled-series-and-mouse-over-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+160 Bytes
(100%)
...ries/should-show-area-chart-with-toggled-series-and-mouse-over-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-48 Bytes
(100%)
...e-america-new-york/use-default-local-timezone-america-new-york-chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-65 Bytes
(100%)
...ne/timezone-europe-rome/use-default-local-timezone-europe-rome-chrome-linux.png
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.