Change the id from / to -

This commit is contained in:
Tiago Góes 2020-10-21 18:26:19 -03:00
parent 2c0de9ce3d
commit e30569cc1b

View File

@ -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