Browse Source

Merge pull request #3954 from GordonSmith/HPCC-8786

HPCC-8786 Graph "Advanced/Show SVG" broken

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 12 years ago
parent
commit
67d50fd469
1 changed files with 1 additions and 1 deletions
  1. 1 1
      esp/files/scripts/GraphWidget.js

+ 1 - 1
esp/files/scripts/GraphWidget.js

@@ -158,7 +158,7 @@ require([
             },
 
             getSVG: function () {
-                return this.plugin.getSVG();
+                return this._plugin.getSVG();
             },
 
             getXGMML: function () {