We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b0c23 commit 73fa465Copy full SHA for 73fa465
js/m_apps/Import.js
@@ -46,7 +46,6 @@ define([
46
/** Write codes executed before rendering */
47
this.config.dataview = false;
48
this.config.sizeLevel = 1;
49
- this.config.checkModules = ['pd'];
50
51
let savedData = vpConfig.getDataSimple('', 'vpimport');
52
// Reset abnormal data
js/m_visualize/WordCloud.js
@@ -31,7 +31,7 @@ define([
31
this.config.installButton = true;
32
this.config.importButton = true;
33
34
- this.config.checkModules = ['Counter', 'plt', 'Wordcloud'];
+ this.config.checkModules = ['Counter', 'plt', 'WordCloud'];
35
36
this.state = {
37
data: '',
0 commit comments