Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. webix.toPDF([
  2.     {
  3.         id:"chart1",
  4.         options:{
  5.             display:"image",
  6.             textBefore:{
  7.                 text:"Population growth in Canada",
  8.                 options:{color:0x666666, textAlign:"center", fontSize:15}
  9.             },
  10.             textAfter:"There are three graphs in the chart. The green graph shows the total growth of the population"
  11.         }
  12.     },
  13.     {
  14.         id:"chart2",
  15.         options:{
  16.             display:"table"
  17.         }
  18.     },
  19.     "chart3",
  20.     "chart4"
  21. ], {
  22.     docHeader:"Canada population", display:"all"
  23. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement