Skip to content

Commit c00d52d

Browse files
committed
Missing change from 0.4.1 fix.
1 parent 2f56874 commit c00d52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/weblib/js-api/vizzu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export default class Vizzu {
227227
if (obj.id) {
228228
this.restore(obj);
229229
} else {
230-
if (!obj.data && !obj.style && !obj.config) {
230+
if (!obj.data && obj.style === undefined && !obj.config) {
231231
obj = { config: obj };
232232
}
233233

0 commit comments

Comments
 (0)