From: Logan Barnett Date: 2009-08-05T07:02:36+09:00 Subject: Re: Best way to implement animated chart in ruby On Aug 4, 2009, at 7:15 AM, Diego Bernardes wrote: > About web i can't, it need to be a desktop application, because the > integration with os. > > The perfect example for what i need is gnome system monitor charts. > > Jruby, maybe one alternative, need look a bit. > > The application is to monitor some applications the company i work has > in the intranet. > > This is why i need the animated charts. Diego, I've done a real-time updating chart that shows bandwidth usage and other information from a satellite modem using bar graphs. In the app there are 4 panels, and 8 bars per graphs. Each graph shows a 'peak' (a line showing the highest the bar has ever been). Some bars have different colors, and all of them have a slight beveled border around them. On top of that the bars gradually step to their desired values so they don't just jump erratically. I suppose I'm trying to paint a picture that shows a lot going on at once - The JRuby + Monkeybars route was worked pretty well for us and our client. Logan Barnett logustus@gmail.com http://www.logustus.com