README.rdoc in seer-0.4.0 vs README.rdoc in seer-0.5.0
- old
+ new
@@ -18,11 +18,11 @@
# in the visualize call (in this example, 'quantity')
@data = Widget.all
In your view:
- <div id="chart" class="chart"></div>
+ <div id="chart"></div>
<%= Seer::visualize(
@widgets,
:as => :bar_chart,
:in_element => 'chart',
@@ -41,9 +41,11 @@
-%>
== More information
For examples of additional chart types, refer to the documentation for each of the individual chart objects, or see the blog post announcing Seer: {Simple, Semantic Graphing for Ruby on Rails with Seer}[http://www.idolhands.com/ruby-on-rails/gems-plugins-and-engines/graphing-for-ruby-on-rails-with-seer]
+
+A {sample project}[http://github.com/Bantik/seer_sample] that demonstrates each of the chart types is available on GitHub.
Seer is developed and maintained by {Corey Ehmke}[http://www.idolhands.com/] at {SEO Logic}[http://www.seologic.com/].
Copyright (c) 2010 Corey Ehmke / SEO Logic, released under the MIT license