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

hmtl between gauges? #4

Closed rurounijones closed 1 year ago

rurounijones commented 14 years ago

Is it possible to have an option to add elements between each gauge image? For example to let people add a break tag to make a vertical list or add an image separator etc.

rurounijones commented 14 years ago

Ah, I just saw that the gauges are arranged in an HTML table. Is this controlled by google or would it be possible for seer to return a collection of erb objects so that we could lay them out how we wish?

vanboom commented 14 years ago

The table also truncates long gage titles - it would be nice if the table would auto-size to the width of the title text and not just the span of the gage.