diff --git a/end-to-end-test/remote/screenshots/reference/plots_tab_box_plot_log_scale_zero_element_chrome_1600x1000.png b/end-to-end-test/remote/screenshots/reference/plots_tab_box_plot_log_scale_zero_element_chrome_1600x1000.png index 31b36e4d4c9..8f88488e36b 100644 Binary files a/end-to-end-test/remote/screenshots/reference/plots_tab_box_plot_log_scale_zero_element_chrome_1600x1000.png and b/end-to-end-test/remote/screenshots/reference/plots_tab_box_plot_log_scale_zero_element_chrome_1600x1000.png differ diff --git a/src/shared/components/plots/BoxScatterPlot.tsx b/src/shared/components/plots/BoxScatterPlot.tsx index d2351f6afd7..b78cc6aa9a8 100644 --- a/src/shared/components/plots/BoxScatterPlot.tsx +++ b/src/shared/components/plots/BoxScatterPlot.tsx @@ -563,7 +563,7 @@ export default class BoxScatterPlot< }} orientation="bottom" offsetY={50} - domain={this.props.horizontal && this.plotDomain.x} + domain={this.plotDomain.x} crossAxis={false} label={this.props.axisLabelX} tickValues={ @@ -633,7 +633,7 @@ export default class BoxScatterPlot<