mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Change the id from / to -
This commit is contained in:
parent
2c0de9ce3d
commit
e30569cc1b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user