-
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: streamgraph and fit functions on stacked charts (#751)
This commit adds the wiggle and silhouette stacks mode as available in vislib that allow the creation of streamgraph. It is also to fix fit functions for stacked charts. The commit also add the following fixes: - fit functions are now available also on stacked charts - the legend extra value is now displayed, on-demand, only on charts with a continuous x-axis - Adjusts slightly the way fitted data is represented in the case of null values and no fit option specified. It renders an empty area in this case - for zero-based charts (bar and area charts) the fit option doesn't have any effects - djusts the clipped ranges for ordinal charts, where the lines where wrongly clipped due to a missing translate call when rendering BREAKING CHANGE: the first parameter of `PointStyleAccessor` and `BarStyleAccessor` callbacks is changed from `RawDataSeriesDatum` to `DataSeriesDatum`. `stackAsPercentage` prop is replaced by `stackMode` that accept one `StackMode`. fix #766 fix #715 close #450
- Loading branch information
Showing
230 changed files
with
7,400 additions
and
4,040 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
Binary file modified
BIN
-1.97 KB
(97%)
...tests-for-all-stories-area-chart-stacked-band-visually-looks-correct-1-snap.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
+394 Bytes
(100%)
...ries-area-chart-stacked-percentage-with-zeros-visually-looks-correct-1-snap.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
-1.68 KB
(95%)
...s-area-chart-test-stacked-with-missing-values-visually-looks-correct-1-snap.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
+842 Bytes
(100%)
...ts-for-all-stories-area-chart-with-log-y-axis-visually-looks-correct-1-snap.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
-1.02 KB
(96%)
...isual-tests-for-all-stories-axes-custom-mixed-visually-looks-correct-1-snap.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
-625 Bytes
(95%)
...s-for-all-stories-bar-chart-bar-chart-1-y-0-g-visually-looks-correct-1-snap.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
-1.23 KB
(91%)
...s-for-all-stories-bar-chart-bar-chart-1-y-1-g-visually-looks-correct-1-snap.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
-1004 Bytes
(93%)
...s-for-all-stories-bar-chart-bar-chart-2-y-0-g-visually-looks-correct-1-snap.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
-2.19 KB
(87%)
...s-for-all-stories-bar-chart-bar-chart-2-y-1-g-visually-looks-correct-1-snap.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
-1.32 KB
(96%)
...s-for-all-stories-bar-chart-bar-chart-2-y-2-g-visually-looks-correct-1-snap.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.6 KB
(74%)
...sts-for-all-stories-bar-chart-scale-to-extent-visually-looks-correct-1-snap.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
+1.07 KB
(110%)
...s-for-all-stories-bar-chart-stacked-to-extent-visually-looks-correct-1-snap.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
-1.32 KB
(96%)
...l-stories-bar-chart-tooltip-series-visibility-visually-looks-correct-1-snap.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
-20 Bytes
(100%)
...ries-legend-display-values-in-legend-elements-visually-looks-correct-1-snap.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
+556 Bytes
(100%)
...ories-line-chart-multi-series-with-log-values-visually-looks-correct-1-snap.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
+152 Bytes
(100%)
...d-charts-fitting-functions-non-stacked-series-visually-looks-correct-1-snap.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 added
BIN
+36.6 KB
...mixed-charts-fitting-functions-stacked-series-visually-looks-correct-1-snap.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
-133 Bytes
(99%)
...-stories-rotations-negative-90-degree-ordinal-visually-looks-correct-1-snap.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
-146 Bytes
(99%)
...all-stories-rotations-rotations-0-deg-ordinal-visually-looks-correct-1-snap.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
-127 Bytes
(99%)
...l-stories-rotations-rotations-180-deg-ordinal-visually-looks-correct-1-snap.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
(99%)
...ll-stories-rotations-rotations-90-deg-ordinal-visually-looks-correct-1-snap.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
-140 Bytes
(99%)
...s-for-all-stories-rotations-with-ordinal-axis-visually-looks-correct-1-snap.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 added
BIN
+40.9 KB
...isual-tests-for-all-stories-streamgraph-basic-visually-looks-correct-1-snap.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
-1.12 KB
(97%)
...ll-stories-stylings-area-series-color-variant-visually-looks-correct-1-snap.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
-2.07 KB
(88%)
...all-stories-stylings-bar-series-color-variant-visually-looks-correct-1-snap.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
-525 Bytes
(99%)
...gs-custom-series-colors-via-accessor-function-visually-looks-correct-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
-1.71 KB
(92%)
...ll-stories-stylings-custom-series-name-config-visually-looks-correct-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
-3.65 KB
(89%)
...tories-stylings-custom-series-name-formatting-visually-looks-correct-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
-2.18 KB
(88%)
...s-for-all-stories-stylings-custom-series-name-visually-looks-correct-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
-1.46 KB
(96%)
...ll-stories-stylings-line-series-color-variant-visually-looks-correct-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
-1.97 KB
(97%)
...le-to-extents-domain-fit-is-false-should-show-correct-extents-banded-1-snap.png
Oops, something went wrong.
Binary file removed
BIN
-62.1 KB
...e-to-extents-domain-fit-is-false-should-show-correct-extents-stacked-1-snap.png
Diff not rendered.
Binary file modified
BIN
-3.43 KB
(95%)
...ale-to-extents-domain-fit-is-true-should-show-correct-extents-banded-1-snap.png
Oops, something went wrong.
Binary file removed
BIN
-63.6 KB
...le-to-extents-domain-fit-is-true-should-show-correct-extents-stacked-1-snap.png
Diff not rendered.
Binary file modified
BIN
-1.06 KB
(95%)
...s-stories-test-ts-axis-stories-should-render-with-domain-constraints-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+254 Bytes
(100%)
...harts-end-value-set-to-2-should-display-correct-fit-for-type-average-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+293 Bytes
(100%)
...-charts-end-value-set-to-2-should-display-correct-fit-for-type-carry-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+162 Bytes
(100%)
...arts-end-value-set-to-2-should-display-correct-fit-for-type-explicit-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
-24 Bytes
(100%)
...charts-end-value-set-to-2-should-display-correct-fit-for-type-linear-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+277 Bytes
(100%)
...rts-end-value-set-to-2-should-display-correct-fit-for-type-lookahead-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+273 Bytes
(100%)
...harts-end-value-set-to-2-should-display-correct-fit-for-type-nearest-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+262 Bytes
(100%)
...a-charts-end-value-set-to-2-should-display-correct-fit-for-type-none-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+65 Bytes
(100%)
...a-charts-end-value-set-to-2-should-display-correct-fit-for-type-zero-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+328 Bytes
(100%)
...end-value-set-to-nearest-should-display-correct-fit-for-type-average-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+286 Bytes
(100%)
...s-end-value-set-to-nearest-should-display-correct-fit-for-type-carry-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+162 Bytes
(100%)
...nd-value-set-to-nearest-should-display-correct-fit-for-type-explicit-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+84 Bytes
(100%)
...-end-value-set-to-nearest-should-display-correct-fit-for-type-linear-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+406 Bytes
(100%)
...d-value-set-to-nearest-should-display-correct-fit-for-type-lookahead-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+273 Bytes
(100%)
...end-value-set-to-nearest-should-display-correct-fit-for-type-nearest-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+262 Bytes
(100%)
...ts-end-value-set-to-nearest-should-display-correct-fit-for-type-none-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+65 Bytes
(100%)
...ts-end-value-set-to-nearest-should-display-correct-fit-for-type-zero-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+152 Bytes
(100%)
...area-charts-no-end-value-should-display-correct-fit-for-type-average-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+341 Bytes
(100%)
...s-area-charts-no-end-value-should-display-correct-fit-for-type-carry-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+162 Bytes
(100%)
...rea-charts-no-end-value-should-display-correct-fit-for-type-explicit-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+38 Bytes
(100%)
...-area-charts-no-end-value-should-display-correct-fit-for-type-linear-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+359 Bytes
(100%)
...ea-charts-no-end-value-should-display-correct-fit-for-type-lookahead-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+273 Bytes
(100%)
...area-charts-no-end-value-should-display-correct-fit-for-type-nearest-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+262 Bytes
(100%)
...ns-area-charts-no-end-value-should-display-correct-fit-for-type-none-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+65 Bytes
(100%)
...ns-area-charts-no-end-value-should-display-correct-fit-for-type-zero-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+333 Bytes
(100%)
...nal-dataset-no-end-value-should-display-correct-fit-for-type-average-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+444 Bytes
(100%)
...dinal-dataset-no-end-value-should-display-correct-fit-for-type-carry-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+295 Bytes
(100%)
...al-dataset-no-end-value-should-display-correct-fit-for-type-explicit-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+200 Bytes
(100%)
...inal-dataset-no-end-value-should-display-correct-fit-for-type-linear-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+370 Bytes
(100%)
...l-dataset-no-end-value-should-display-correct-fit-for-type-lookahead-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+412 Bytes
(100%)
...nal-dataset-no-end-value-should-display-correct-fit-for-type-nearest-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+413 Bytes
(100%)
...rdinal-dataset-no-end-value-should-display-correct-fit-for-type-none-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+152 Bytes
(100%)
...rdinal-dataset-no-end-value-should-display-correct-fit-for-type-zero-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+254 Bytes
(100%)
...urved-end-value-set-to-2-should-display-correct-fit-for-type-average-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+293 Bytes
(100%)
...-curved-end-value-set-to-2-should-display-correct-fit-for-type-carry-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+162 Bytes
(100%)
...rved-end-value-set-to-2-should-display-correct-fit-for-type-explicit-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
-24 Bytes
(100%)
...curved-end-value-set-to-2-should-display-correct-fit-for-type-linear-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+277 Bytes
(100%)
...ved-end-value-set-to-2-should-display-correct-fit-for-type-lookahead-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+273 Bytes
(100%)
...urved-end-value-set-to-2-should-display-correct-fit-for-type-nearest-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+262 Bytes
(100%)
...h-curved-end-value-set-to-2-should-display-correct-fit-for-type-none-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+65 Bytes
(100%)
...h-curved-end-value-set-to-2-should-display-correct-fit-for-type-zero-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+206 Bytes
(100%)
...harts-end-value-set-to-2-should-display-correct-fit-for-type-average-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+181 Bytes
(100%)
...-charts-end-value-set-to-2-should-display-correct-fit-for-type-carry-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+268 Bytes
(100%)
...arts-end-value-set-to-2-should-display-correct-fit-for-type-explicit-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+237 Bytes
(100%)
...charts-end-value-set-to-2-should-display-correct-fit-for-type-linear-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+361 Bytes
(100%)
...rts-end-value-set-to-2-should-display-correct-fit-for-type-lookahead-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+192 Bytes
(100%)
...harts-end-value-set-to-2-should-display-correct-fit-for-type-nearest-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+299 Bytes
(100%)
...e-charts-end-value-set-to-2-should-display-correct-fit-for-type-none-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+72 Bytes
(100%)
...e-charts-end-value-set-to-2-should-display-correct-fit-for-type-zero-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+173 Bytes
(100%)
...line-charts-no-end-value-should-display-correct-fit-for-type-average-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+193 Bytes
(100%)
...s-line-charts-no-end-value-should-display-correct-fit-for-type-carry-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+268 Bytes
(100%)
...ine-charts-no-end-value-should-display-correct-fit-for-type-explicit-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+138 Bytes
(100%)
...-line-charts-no-end-value-should-display-correct-fit-for-type-linear-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+297 Bytes
(100%)
...ne-charts-no-end-value-should-display-correct-fit-for-type-lookahead-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+192 Bytes
(100%)
...line-charts-no-end-value-should-display-correct-fit-for-type-nearest-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+299 Bytes
(100%)
...ns-line-charts-no-end-value-should-display-correct-fit-for-type-none-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+72 Bytes
(100%)
...ns-line-charts-no-end-value-should-display-correct-fit-for-type-zero-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+206 Bytes
(100%)
...curve-end-value-set-to-2-should-display-correct-fit-for-type-average-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+181 Bytes
(100%)
...h-curve-end-value-set-to-2-should-display-correct-fit-for-type-carry-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+268 Bytes
(100%)
...urve-end-value-set-to-2-should-display-correct-fit-for-type-explicit-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+237 Bytes
(100%)
...-curve-end-value-set-to-2-should-display-correct-fit-for-type-linear-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+361 Bytes
(100%)
...rve-end-value-set-to-2-should-display-correct-fit-for-type-lookahead-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+192 Bytes
(100%)
...curve-end-value-set-to-2-should-display-correct-fit-for-type-nearest-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+299 Bytes
(100%)
...th-curve-end-value-set-to-2-should-display-correct-fit-for-type-none-1-snap.png
Oops, something went wrong.
Binary file modified
BIN
+72 Bytes
(100%)
...th-curve-end-value-set-to-2-should-display-correct-fit-for-type-zero-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.7 KB
...harts-end-value-set-to-2-should-display-correct-fit-for-type-average-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35 KB
...-charts-end-value-set-to-2-should-display-correct-fit-for-type-carry-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.9 KB
...arts-end-value-set-to-2-should-display-correct-fit-for-type-explicit-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.8 KB
...charts-end-value-set-to-2-should-display-correct-fit-for-type-linear-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.2 KB
...rts-end-value-set-to-2-should-display-correct-fit-for-type-lookahead-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.1 KB
...harts-end-value-set-to-2-should-display-correct-fit-for-type-nearest-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.7 KB
...a-charts-end-value-set-to-2-should-display-correct-fit-for-type-none-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.7 KB
...a-charts-end-value-set-to-2-should-display-correct-fit-for-type-zero-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.3 KB
...end-value-set-to-nearest-should-display-correct-fit-for-type-average-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.1 KB
...s-end-value-set-to-nearest-should-display-correct-fit-for-type-carry-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.9 KB
...nd-value-set-to-nearest-should-display-correct-fit-for-type-explicit-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.3 KB
...-end-value-set-to-nearest-should-display-correct-fit-for-type-linear-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+34.9 KB
...d-value-set-to-nearest-should-display-correct-fit-for-type-lookahead-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.1 KB
...end-value-set-to-nearest-should-display-correct-fit-for-type-nearest-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.7 KB
...ts-end-value-set-to-nearest-should-display-correct-fit-for-type-none-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.7 KB
...ts-end-value-set-to-nearest-should-display-correct-fit-for-type-zero-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.6 KB
...area-charts-no-end-value-should-display-correct-fit-for-type-average-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+34.6 KB
...s-area-charts-no-end-value-should-display-correct-fit-for-type-carry-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.9 KB
...rea-charts-no-end-value-should-display-correct-fit-for-type-explicit-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.7 KB
...-area-charts-no-end-value-should-display-correct-fit-for-type-linear-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.6 KB
...ea-charts-no-end-value-should-display-correct-fit-for-type-lookahead-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.1 KB
...area-charts-no-end-value-should-display-correct-fit-for-type-nearest-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.7 KB
...ts-area-charts-no-end-value-should-display-correct-fit-for-type-none-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.7 KB
...ts-area-charts-no-end-value-should-display-correct-fit-for-type-zero-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.3 KB
...nal-dataset-no-end-value-should-display-correct-fit-for-type-average-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+33.3 KB
...dinal-dataset-no-end-value-should-display-correct-fit-for-type-carry-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.6 KB
...al-dataset-no-end-value-should-display-correct-fit-for-type-explicit-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.3 KB
...inal-dataset-no-end-value-should-display-correct-fit-for-type-linear-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.3 KB
...l-dataset-no-end-value-should-display-correct-fit-for-type-lookahead-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+33.7 KB
...nal-dataset-no-end-value-should-display-correct-fit-for-type-nearest-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+34.3 KB
...rdinal-dataset-no-end-value-should-display-correct-fit-for-type-none-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.4 KB
...rdinal-dataset-no-end-value-should-display-correct-fit-for-type-zero-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.7 KB
...urved-end-value-set-to-2-should-display-correct-fit-for-type-average-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35 KB
...-curved-end-value-set-to-2-should-display-correct-fit-for-type-carry-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.9 KB
...rved-end-value-set-to-2-should-display-correct-fit-for-type-explicit-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.8 KB
...curved-end-value-set-to-2-should-display-correct-fit-for-type-linear-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.2 KB
...ved-end-value-set-to-2-should-display-correct-fit-for-type-lookahead-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.1 KB
...urved-end-value-set-to-2-should-display-correct-fit-for-type-nearest-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.7 KB
...h-curved-end-value-set-to-2-should-display-correct-fit-for-type-none-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.7 KB
...h-curved-end-value-set-to-2-should-display-correct-fit-for-type-zero-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+32.6 KB
...harts-end-value-set-to-2-should-display-correct-fit-for-type-average-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36 KB
...-charts-end-value-set-to-2-should-display-correct-fit-for-type-carry-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+32.4 KB
...arts-end-value-set-to-2-should-display-correct-fit-for-type-explicit-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+32.6 KB
...charts-end-value-set-to-2-should-display-correct-fit-for-type-linear-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+32.2 KB
...rts-end-value-set-to-2-should-display-correct-fit-for-type-lookahead-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.8 KB
...harts-end-value-set-to-2-should-display-correct-fit-for-type-nearest-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35 KB
...a-charts-end-value-set-to-2-should-display-correct-fit-for-type-none-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.2 KB
...a-charts-end-value-set-to-2-should-display-correct-fit-for-type-zero-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.5 KB
...end-value-set-to-nearest-should-display-correct-fit-for-type-average-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.9 KB
...s-end-value-set-to-nearest-should-display-correct-fit-for-type-carry-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+32.4 KB
...nd-value-set-to-nearest-should-display-correct-fit-for-type-explicit-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.7 KB
...-end-value-set-to-nearest-should-display-correct-fit-for-type-linear-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.2 KB
...d-value-set-to-nearest-should-display-correct-fit-for-type-lookahead-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.8 KB
...end-value-set-to-nearest-should-display-correct-fit-for-type-nearest-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35 KB
...ts-end-value-set-to-nearest-should-display-correct-fit-for-type-none-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.2 KB
...ts-end-value-set-to-nearest-should-display-correct-fit-for-type-zero-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35 KB
...area-charts-no-end-value-should-display-correct-fit-for-type-average-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.1 KB
...e-area-charts-no-end-value-should-display-correct-fit-for-type-carry-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+32.4 KB
...rea-charts-no-end-value-should-display-correct-fit-for-type-explicit-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35 KB
...-area-charts-no-end-value-should-display-correct-fit-for-type-linear-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+34.6 KB
...ea-charts-no-end-value-should-display-correct-fit-for-type-lookahead-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.8 KB
...area-charts-no-end-value-should-display-correct-fit-for-type-nearest-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35 KB
...ge-area-charts-no-end-value-should-display-correct-fit-for-type-none-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.2 KB
...ge-area-charts-no-end-value-should-display-correct-fit-for-type-zero-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+31.5 KB
...nal-dataset-no-end-value-should-display-correct-fit-for-type-average-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+31.2 KB
...dinal-dataset-no-end-value-should-display-correct-fit-for-type-carry-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+31.1 KB
...al-dataset-no-end-value-should-display-correct-fit-for-type-explicit-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+31.5 KB
...inal-dataset-no-end-value-should-display-correct-fit-for-type-linear-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+31 KB
...l-dataset-no-end-value-should-display-correct-fit-for-type-lookahead-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+31 KB
...nal-dataset-no-end-value-should-display-correct-fit-for-type-nearest-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+30.9 KB
...rdinal-dataset-no-end-value-should-display-correct-fit-for-type-none-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+32.3 KB
...rdinal-dataset-no-end-value-should-display-correct-fit-for-type-zero-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+32.6 KB
...urved-end-value-set-to-2-should-display-correct-fit-for-type-average-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36 KB
...-curved-end-value-set-to-2-should-display-correct-fit-for-type-carry-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+32.4 KB
...rved-end-value-set-to-2-should-display-correct-fit-for-type-explicit-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+32.6 KB
...curved-end-value-set-to-2-should-display-correct-fit-for-type-linear-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+32.2 KB
...ved-end-value-set-to-2-should-display-correct-fit-for-type-lookahead-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35.8 KB
...urved-end-value-set-to-2-should-display-correct-fit-for-type-nearest-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+35 KB
...h-curved-end-value-set-to-2-should-display-correct-fit-for-type-none-1-snap.png
Oops, something went wrong.
Binary file added
BIN
+36.2 KB
...h-curved-end-value-set-to-2-should-display-correct-fit-for-type-zero-1-snap.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
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
Oops, something went wrong.