2 parents 2384c52 + 23d04f4 commit 8318908Copy full SHA for 8318908
1 file changed
DashAI/front/src/components/notebooks/dataset/tabs/NumericTab.jsx
@@ -136,7 +136,7 @@ export const NumericTab = ({ numericStats }) => {
136
orientation: "h", // ← rotated here
137
boxpoints: "suspectedoutliers",
138
marker: { color: theme.palette.info.main },
139
- line: { color: theme.palette.background.paper },
+ line: { color: theme.palette.text.secondary },
140
fillcolor: theme.palette.info.main,
141
opacity: 0.6,
142
showlegend: false,
0 commit comments