Merge pull request #20 from qlik-oss/export

exporting image and PDF enabled
This commit is contained in:
giovanni hanselius
2019-02-20 16:01:27 +01:00
committed by GitHub

View File

@@ -25,6 +25,11 @@ export default {
qMeasures: []
}
},
support: {
export: true,
exportData: true,
snapshot: true
},
paint ($element, layout) {
try {
paint($element, layout, this);