README

changeset 12
96b91845c3a9
parent 9
2712d960f70a
equal deleted inserted replaced
11:3e63e4377f2c 12:96b91845c3a9
13 13
14 mychart = gchart.new("bar") 14 mychart = gchart.new("bar")
15 mychart:add_series({ 100, 200, 100, 400 }) 15 mychart:add_series({ 100, 200, 100, 400 })
16 16
17 print("Chart:", chart:url()); 17 print("Chart:", chart:url());
18 18 --> Chart: http://chart.apis.google.com/chart?cht=bvs&chco=00CC00,CC0000&&chd=e:DwS0Dww7&chs=320x200
19 19
20 ## Reference 20 ## Reference
21 21
22 ### Defaults 22 ### Defaults
23 23

mercurial