CoralineAda / seer

Seer is a lightweight, semantically rich wrapper for the Google Visualization API. It allows you to easily create a visualization of data in a variety of formats, including area charts, bar charts, column charts, gauges, line charts, and pie charts.
http://www.idolhands.com/ruby-on-rails/gems-plugins-and-engines/graphing-for-ruby-on-rails-with-seer
MIT License
133 stars 15 forks source link

Fails to work in haml #3

Closed josephruscio closed 10 years ago

josephruscio commented 14 years ago

Looks like the call to Seer::visualize() produces output only for ERB. Current workaround is to inline that call as ERB:

:erb
  <div id="chart"></div>
  <%= Seer::visualize() %>