Yelizaveta-Omelchenko / google-charts-on-rails

Automatically exported from code.google.com/p/google-charts-on-rails
MIT License
0 stars 0 forks source link

Height and Width are backward #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
params[SIZE_VAR] = "#{@height||DEFAULT_HEIGHT}x#{@height||DEFAULT_WIDTH}"
should be
 params[SIZE_VAR] = "#{@width||DEFAULT_WIDTH}x#{@height||DEFAULT_HEIGHT}"

Original issue reported on code.google.com by trappist on 8 Feb 2008 at 4:40

GoogleCodeExporter commented 8 years ago

Original comment by bragha...@gmail.com on 21 Feb 2008 at 7:07

GoogleCodeExporter commented 8 years ago
Fixed in the revision 16

Original comment by bragha...@gmail.com on 21 Feb 2008 at 8:51