Selaa lähdekoodia

Merge pull request #5898 from GordonSmith/HPCC-11456

HPCC-11456 Word Cloud Build Error

Reviewed-By: Miguel Vazquez <miguel.vazquez@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 vuotta sitten
vanhempi
commit
bb61d2de5e

+ 1 - 1
esp/src/eclwatch/QuerySetSuperFilesWidget.js

@@ -67,7 +67,7 @@ define([
                 columns: {
                     col1: selector({
                         width: 27,
-                        selectorType: 'checkbox',
+                        selectorType: 'checkbox'
                     }),
                     __hpcc_display: tree({
                         label: this.i18n.SuperFiles,

+ 2 - 1
esp/src/eclwatch/dojoConfig.js

@@ -39,7 +39,8 @@ var dojoConfig = (function () {
         },
         packages: [{
             name: "d3",
-            location: urlInfo.basePath + "/d3"
+            location: urlInfo.basePath + "/d3",
+            main:"d3"
         }, {
             name: "topojson",
             location: urlInfo.basePath + "/topojson"

+ 2 - 0
esp/src/eclwatch/package.js

@@ -4,6 +4,8 @@ var profile = (function(){
             "hpcc/eclwatch.profile": true,
             "hpcc/eclwatch.json": true,
             "hpcc/dojoConfig": true,
+            "hpcc/viz/DojoD3WordCloud": true,
+            "hpcc/viz/d3-cloud/d3.layout.cloud": true,
             "hpcc/viz/map/us.json": true,
             "hpcc/viz/map/us_counties.json": true
         };