Skip to content

Commit

Permalink
update to allow export/printing
Browse files Browse the repository at this point in the history
  • Loading branch information
ardwork committed Sep 14, 2017
1 parent 1d30420 commit aa5f4c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions BiPolarChart-RGraph.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
////////////////////////////////////////////////////
//Version: 1.0
//Version: 1.1
//Author: Richard Byard
//Usage: Bipilar bar chart using RGraph chart library.
//Date: 18 March 2017
//Usage: Bipolar bar chart using RGraph chart library.
//Date: 13 Sept 2017
////////////////////////////////////////////////////
define( [
// Load the properties.js file using requireJS
Expand Down Expand Up @@ -33,6 +33,10 @@ define( [
//Define the data properties - how many rows and columns to load.
initialProperties: initProps,

//Allow export to print object
support : { export: true
},

//Not sure if there are any other options available here.
snapshot: {cantTakeSnapshot: true
},
Expand Down
Binary file modified demo/Extension - RGraph - BiPolar.qvf
Binary file not shown.

0 comments on commit aa5f4c6

Please sign in to comment.