<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,6 +14,9 @@ module SparklinesHelper
 		options = url.merge(options)
     attributes = %(class=&quot;#{options[:class] || 'sparkline'}&quot; alt=&quot;Sparkline Graph&quot; )
     attributes &lt;&lt; %(title=&quot;#{options[:title]}&quot; ) if options[:title]
+    
+    attributes &lt;&lt; %(width=&quot;#{options[:width]}&quot; ) if options[:width] 
+  	attributes &lt;&lt; %(height=&quot;#{options[:height]}&quot; )  if options[:height]
 
     # prefer to use a &quot;data&quot; URL scheme as described in {RFC 2397}[http://www.ietf.org/rfc/rfc2397.txt]
 #     data_url = &quot;data:image/png;base64,#{Base64.encode64(Sparklines.plot(results,options))}&quot;</diff>
      <filename>lib/sparklines_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dc230e8579208c3d245bbfe4ddda1100965906a8</id>
    </parent>
  </parents>
  <author>
    <name>Abhishek Parolkar</name>
    <email>abhishek@markethero.in</email>
  </author>
  <url>http://github.com/topfunky/sparklines/commit/feabc5b29b9444957d7d911d511b1d2bb8254ded</url>
  <id>feabc5b29b9444957d7d911d511b1d2bb8254ded</id>
  <committed-date>2009-07-05T20:15:41-07:00</committed-date>
  <authored-date>2008-12-09T00:00:00-08:00</authored-date>
  <message>Added width and height for image tag such that , graphs which dont have :width , like smooth graph, dont overshoot required image size in HTML to disturb layouts

Signed-off-by: Geoffrey Grosenbach &lt;boss@topfunky.com&gt;</message>
  <tree>faaa16022567f75935615d76ba52b1e6c3e0fd8d</tree>
  <committer>
    <name>Geoffrey Grosenbach</name>
    <email>boss@topfunky.com</email>
  </committer>
</commit>
