Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/marks/box.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function boxX(
x = identity,
y = null,
r,
fill = "#ccc",
fill = "color-mix(in srgb, currentColor 20%, var(--plot-background))",
fillOpacity,
stroke = "currentColor",
strokeOpacity,
Expand All @@ -42,7 +42,7 @@ export function boxY(
y = identity,
x = null,
r,
fill = "#ccc",
fill = "color-mix(in srgb, currentColor 20%, var(--plot-background))",
fillOpacity,
stroke = "currentColor",
strokeOpacity,
Expand Down
2 changes: 1 addition & 1 deletion src/transforms/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function treeLink({
path = identity, // the delimited path
delimiter, // how the path is separated
curve = "bump-x",
stroke = "#555",
stroke = "color-mix(in srgb, currentColor 33%, var(--plot-background))",
strokeWidth = 1.5,
strokeOpacity = 0.5,
treeLayout = tree,
Expand Down
2 changes: 1 addition & 1 deletion test/output/boxplot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions test/output/boxplotFacetInterval.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions test/output/boxplotFacetNegativeInterval.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/output/diamondsBoxplot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions test/output/internFacetNaN.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/output/morleyBoxplot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/output/shorthandBoxX.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading