Skip to content

Commit 8318908

Browse files
Merge pull request #424 from DashAISoftware/style/data-quality-boxplot
Improve box plot line color in NumericTab
2 parents 2384c52 + 23d04f4 commit 8318908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DashAI/front/src/components/notebooks/dataset/tabs/NumericTab.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export const NumericTab = ({ numericStats }) => {
136136
orientation: "h", // ← rotated here
137137
boxpoints: "suspectedoutliers",
138138
marker: { color: theme.palette.info.main },
139-
line: { color: theme.palette.background.paper },
139+
line: { color: theme.palette.text.secondary },
140140
fillcolor: theme.palette.info.main,
141141
opacity: 0.6,
142142
showlegend: false,

0 commit comments

Comments
 (0)