diff --git a/src/shared/components/plots/BoxScatterPlot.tsx b/src/shared/components/plots/BoxScatterPlot.tsx index a417df682fb..d2351f6afd7 100644 --- a/src/shared/components/plots/BoxScatterPlot.tsx +++ b/src/shared/components/plots/BoxScatterPlot.tsx @@ -563,6 +563,7 @@ export default class BoxScatterPlot< }} orientation="bottom" offsetY={50} + domain={this.props.horizontal && this.plotDomain.x} crossAxis={false} label={this.props.axisLabelX} tickValues={ @@ -632,6 +633,7 @@ export default class BoxScatterPlot<