mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 11:55:04 -02: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)
|
.attr('d', failLine)
|
||||||
.call(transition);
|
.call(transition);
|
||||||
|
|
||||||
const dateFormat = d3.timeFormat('%-m/%-d');
|
const dateFormat = d3.timeFormat('%-m-%-d');
|
||||||
|
|
||||||
// create our successLine circles
|
// create our successLine circles
|
||||||
svg
|
svg
|
||||||
|
|||||||
Reference in New Issue
Block a user