--- apis/charts_graphs_google_charts/charts_graphs_google_charts.class.inc	2011-07-11 23:03:39 +0000
+++ apis/charts_graphs_google_charts/charts_graphs_google_charts.class.inc	2011-07-15 01:04:14 +0000
@@ -378,10 +378,12 @@
 
     $output = sprintf(
       '<div id="%s-wrapper" class="charts_graphs_google_chart charts_graphs_google_chart_%s">
-        <img id="%1$s" src="%s" alt="%s" />
+        <img id="%1$s" width="%d" height="%d" src="%s" alt="%s" />
       </div>',
       check_plain($chart_id),
       check_plain($this->type),
+      $this->width,
+      $this->height,
       $this->_get_url(),
       check_plain($alt_text)
     );

