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 65041f8 commit f75d548Copy full SHA for f75d548
src/apps/weblib/js-api/vizzu.js
@@ -234,7 +234,9 @@ export default class Vizzu {
234
this.data.set(obj.data);
235
236
// setting style, including CSS properties
237
- if (obj.style === null) { obj.style = { "": null }; }
+ if (obj.style === null) {
238
+ obj.style = { "": null };
239
+ }
240
const style = JSON.parse(JSON.stringify(obj.style || {}));
241
const props = getCSSCustomPropsForElement(
242
this.container,
0 commit comments