Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hadro committed Nov 28, 2023
1 parent b70c801 commit 3cb424a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moma/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ filteredData = state.data2

xF = d3.scaleLinear()
.domain(xM.domain())
// .rangeRound([(width / 2)+25, width - margin.right])
.rangeRound([(width / 2)+25, width - margin.right])
.nice();

g1 = svg.append("g").attr('class', 'x-axis-left');
Expand Down

0 comments on commit 3cb424a

Please sign in to comment.