mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
Change the id from / to -
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user