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 a6410e0 commit dd92b91Copy full SHA for dd92b91
src/apps/weblib/js-api/data.js
@@ -270,7 +270,8 @@ export default class Data {
270
};
271
callbackPtrs.push(this.chart.module.addFunction(deleter, "vi"));
272
this.chart._call(this.chart.module._chart_setFilter)(
273
- callbackPtrs[0], callbackPtrs[1]
+ callbackPtrs[0],
274
+ callbackPtrs[1]
275
);
276
} else if (filter === null) {
277
this.chart._call(this.chart.module._chart_setFilter)(0, 0);
0 commit comments