Compare commits

..

3 Commits

Author SHA1 Message Date
Tobias Åström
321c71825e disable snapshot 2018-11-30 13:35:23 +01:00
Tobias Åström
6433daee95 Merge branch 'master' of https://github.com/qlik-oss/network-vis-chart 2018-11-30 13:31:24 +01:00
Tobias Åström
d210ad3908 disable snapshot 2018-11-30 13:31:05 +01:00

View File

@@ -150,10 +150,11 @@ const component = {
}
},
support: {
export: true
export: true,
snapshot: false
},
snapshot: {
canTakeSnapshot: true
canTakeSnapshot: false
},
paint: paint
};