Skip to content

Commit

Permalink
Merge pull request #20 from qlik-oss/export
Browse files Browse the repository at this point in the history
exporting image and PDF enabled
  • Loading branch information
Verrin79 authored Feb 20, 2019
2 parents b65d1c5 + 35d4dde commit fc363d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ export default {
qMeasures: []
}
},
support: {
export: true,
exportData: true,
snapshot: true
},
paint ($element, layout) {
try {
paint($element, layout, this);
Expand Down

0 comments on commit fc363d7

Please sign in to comment.