Hi James! > I checked jetwick and it looks cool. ;-) > hey, thanks ;-)
> Do you use JFreeChart to create those charts? > initially I did. But now only that tiny bar image is stolen from jfreechart :-) http://jetwick.com/img/bar-min.png the rest is created via divs and css and a bit java 'magic'. settings the height of a div is all: Label bar = new Label("itemSpan"); bar.add(new AttributeAppender("style", new Model("height:" + (int) (zoomer * entry.count) + "px"), " ")); > I'm willing to try that option as well. Kindly blog about it! Finally I did a small post here: http://karussell.wordpress.com/2010/10/01/barchart-with-wicket-and-pure-html/ please comment if something is against wicket philosophy or if it contains bugs etc Regards, Peter. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org