From: Javi Jimenez Date: 2008-02-26T23:43:56+09:00 Subject: Re: treemaps > First thing, stop saying "treemaps" and instead read your error > messages.. the error message is indicating that you are calling a method > entitled "font_size" on an object that doesn't support it. If you trace > your call stack you will find the culprit and tackle it from there. As > for acts_as_treemap, check the docs that shipped with the plugin. > > hth > > ilan You were right, I have found this method and several other methos that call this one. Finnally I have been able to fix it and show the treemap. Thanks for your comments Javi -- Posted via http://www.ruby-forum.com/.