Skip to content
Snippets Groups Projects
Unverified Commit b0e8d623 authored by Mike Greiling's avatar Mike Greiling
Browse files

fix x-axis pixel scale to account for transform x-offset

parent f036d43b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -153,7 +153,7 @@
}
 
const axisXScale = d3.time.scale()
.range([0, this.graphWidth]);
.range([0, this.graphWidth - 70]);
const axisYScale = d3.scale.linear()
.range([this.graphHeight - this.graphHeightOffset, 0]);
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment