diff --git a/awx/ui_next/src/screens/Dashboard/shared/LineChart.jsx b/awx/ui_next/src/screens/Dashboard/shared/LineChart.jsx index d44ee4383a..922605a3ad 100644 --- a/awx/ui_next/src/screens/Dashboard/shared/LineChart.jsx +++ b/awx/ui_next/src/screens/Dashboard/shared/LineChart.jsx @@ -220,7 +220,7 @@ function LineChart({ id, data, height, i18n, pageContext }) { .attr('d', failLine) .call(transition); - const dateFormat = d3.timeFormat('%-m/%-d'); + const dateFormat = d3.timeFormat('%-m-%-d'); // create our successLine circles svg