Ruby Forum Rails I18n > How to make stacked bar using open flash chart?

Posted by Ray Sun (xiaoquqi)
on 23.04.2008 07:44
As we see from http://www.pullmonkey.com/open-flash-chart/, open flash
chart don't support stacked bar. Is there any way to work around with
open flash chart or any other better idea about stacked bar using in
RoR?

Thanks.
Posted by Jarkko Laine (jarkko)
on 23.04.2008 09:20
(Received via mailing list)
On 23.4.2008, at 8.44, Ray Sun wrote:

> As we see from http://www.pullmonkey.com/open-flash-chart/, open flash
> chart don't support stacked bar. Is there any way to work around with
> open flash chart or any other better idea about stacked bar using in
> RoR?

http://googlecharts.rubyforge.org/
http://nubyonrails.com/pages/gruff

No flash, though, but I wouldn't say it's necessarily a bad thing.

One thing, though: how does this relate to internationalization? You
might get better response from the general Rails and Ruby mailing lists:

http://groups.google.com/group/rubyonrails-talk
http://www.ruby-lang.org/en/community/mailing-lists/

Cheers,
//jarkko

>
>
> Thanks.
> -- 
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> Railsi18n-discussion mailing list
> Railsi18n-discussion@rubyforge.org
> http://rubyforge.org/mailman/listinfo/railsi18n-discussion

--
Jarkko Laine
http://jlaine.net
http://dotherightthing.com
http://www.railsecommerce.com
http://odesign.fi
Posted by Ray Sun (xiaoquqi)
on 23.04.2008 13:05
Thanks a lot, my dear friend.