« Return to Thread: Managing and presenting large amounts of up-to-date data...?

Re: Managing and presenting large amounts of up-to-date data...?

by JannaB :: Rate this Message:

Reply to Author | View in Thread


For what it's worth, I am presenting tabular data in an ajaxian manner
using settimer and json, gethering the data and putting it out with
innerhtml. I think you could do the same with graphical data. I'll
gladly send you the javascript I have for doint this if you want. -
Janna B

On Jul 9, 4:56 pm, gberz3 <gbe...@...> wrote:

> Hi All,
>
> I'm in the midst of a Rails application that produces line,bar, and
> pie charts for constantly accumulated data.  That said, I'm looking
> for some quality ways in which to deal with presenting the large
> amounts of data while keeping the graphs accurate and up to date.
> Obviously the simple answer is to build and run a new query each and
> every time a chart is accessed.  However, my gut tells me that there
> are frameworks/libraries, etc. that can manage this -- perhaps in the
> background.  Any thoughts?
>
> For the record, I am using XMLSWF charts (http://www.maani.us/
> xml_charts/).
>
> Best.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@...
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

 « Return to Thread: Managing and presenting large amounts of up-to-date data...?