HPCC-11456 Word Cloud Build Error Reviewed-By: Miguel Vazquez <miguel.vazquez@lexisnexis.com> Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -67,7 +67,7 @@ define([
columns: {
col1: selector({
width: 27,
- selectorType: 'checkbox',
+ selectorType: 'checkbox'
}),
__hpcc_display: tree({
label: this.i18n.SuperFiles,
@@ -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"
@@ -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
};