summaryrefslogtreecommitdiffstats
path: root/src/plotable.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/plotable.js')
-rw-r--r--src/plotable.js2
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)