ソースを参照

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 年 前
コミット
67d50fd469
1 ファイル変更1 行追加1 行削除
  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 () {