Skip to content

Commit

Permalink
fix(line): missing CurveFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveVanOpstal committed Sep 12, 2017
1 parent a7071ee commit 22a0abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/build/graph/line.component.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {Component, Input, OnChanges, OnInit, SimpleChanges} from '@angular/core';
import {bisector} from 'd3-array';
import {curveLinear, line} from 'd3-shape';
import {CurveFactory, curveLinear, line} from 'd3-shape';

import {DataScale, TimeScale} from './scales';

Expand Down

0 comments on commit 22a0abf

Please sign in to comment.