diff options
Diffstat (limited to 'src/plotable.js')
-rw-r--r-- | src/plotable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plotable.js b/src/plotable.js index b4efe77..6386f13 100644 --- a/src/plotable.js +++ b/src/plotable.js @@ -1,5 +1,5 @@ -SVG.extend(SVG.Polyline, SVG.Polygon, SVG.Path, { +SVG.extend(SVG.Path, { // Move over x-axis x: function(x) { return x == null ? this.bbox().x : this.transform('x', x) |