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 2b1f66c commit 8611babCopy full SHA for 8611bab
package.json
@@ -24,7 +24,7 @@
24
},
25
"generatorVersion": "2.0.1",
26
"paths": {
27
- "testProjectFolder": "C:\\Projects\\MendixProjects\\GC-Test-main\\",
+ "testProjectFolder": "./test/",
28
"testProjectFileName": "[Test] ChartJS.mpr"
29
30
"scripts": {
src/ChartJS/widgets/Core.js
@@ -223,7 +223,7 @@ define([
223
uninitialize: function () {
224
logger.debug(this.id + ".uninitialize");
225
226
- console.log(this._data);
+ //console.log(this._data);
227
if (this._handle !== null) {
228
this.unsubscribe(this._handle);
229
}
test/widgets/ChartJS.mpk
72 Bytes
0 commit comments