Skip to content
Snippets Groups Projects
Commit 3df415b9 authored by Yan, Andrew N.'s avatar Yan, Andrew N.
Browse files

scaling isn't quite right....

parent eeb75f31
No related branches found
No related tags found
No related merge requests found
......@@ -198,6 +198,9 @@ class Hydrograph {
let yscale = this.scale.yScale;
updateYScale(yscale, yDataExtent);
updateYAxis(this.axis.yAxis, yscale);
//Redraw the current ts
select('#ts-current')
.attr('d', this.currentLine(this._tsData.current));
this.svg.select('.y-axis')
.call(this.axis.yAxis);
this.plot.selectAll('medianPoint')
......
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