From e30569cc1b7a05ba2eeb69a66f1a9cbdcb33a713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20G=C3=B3es?= Date: Wed, 21 Oct 2020 18:26:19 -0300 Subject: [PATCH] Change the id from / to - --- awx/ui_next/src/screens/Dashboard/shared/LineChart.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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