mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): fix lab-scatterplot-graph not passing test-curriculum-content (#66444)
This commit is contained in:
+1
-1
@@ -1179,7 +1179,7 @@ d3.json(url)
|
||||
return y(d.Time);
|
||||
})
|
||||
.attr('data-xvalue', function (d) {
|
||||
return d.Year;
|
||||
return d.Year + '-01-02';
|
||||
})
|
||||
.attr('data-yvalue', function (d) {
|
||||
return d.Time.toISOString();
|
||||
|
||||
Reference in New Issue
Block a user