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 0ba41f6 commit 997d238Copy full SHA for 997d238
src/apps/weblib/js-api/data.js
@@ -51,7 +51,7 @@ export default class Data
51
if (obj === null || obj === undefined) return;
52
53
if (UnPivot.isPivot(obj)) {
54
- if (this.is1NF(data)) throw new Error
+ if (this.is1NF(obj)) throw new Error
55
( 'inconsistent data form: '
56
+ 'series/records and dimensions/measures are both set.');
57
else UnPivot.convert(obj);
0 commit comments