Explorar o código

Merge pull request #3954 from GordonSmith/HPCC-8786

HPCC-8786 Graph "Advanced/Show SVG" broken

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman %!s(int64=12) %!d(string=hai) anos
pai
achega
67d50fd469
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 () {