+1 for JFreeChart. Here's an introductory presentation that I gave in 2005:
http://conferences.oreillynet.com/cs/os2005/view/e_sess/6804 Sean On Mon, Nov 17, 2008 at 2:37 AM, James Carman <[email protected]> wrote: > > You can check out how I used JFreeChart in one of my Wicket presentations... > > http://svn.carmanconsulting.com/public/wicket-advanced/trunk/src/main/java/com/carmanconsulting/wicket/advanced/web/story10/resource/StudentPerRankChart.java > > and the resource class itself: > > http://svn.carmanconsulting.com/public/wicket-advanced/trunk/src/main/java/com/carmanconsulting/wicket/advanced/web/common/resource/ChartImageResource.java > > On Sun, Nov 16, 2008 at 8:29 PM, Jurek Piasek <[email protected]> wrote: >> I have been using Amcharts >> >> http://www.amcharts.com/ >> >> together with SWFObject >> http://cwiki.apache.org/WICKET/creating-a-behavior-to-use-a-javascript-library.html >> >> Regards, >> Jurek >> >> >> On Sun, Nov 16, 2008 at 8:20 PM, Yazbek, Daniel (Daniel) >> <[email protected]>wrote: >> >>> Hi all, >>> >>> >>> >>> I'd like to put some simple bar graphs, pie graphs and possible line >>> graphs into my wicket pages. >>> >>> >>> >>> Have any of you used a good framework that you can recommend, that also >>> plays nicely with Wicket? >>> >>> >>> >>> Thanks! >>> >>> >>> >>> -Daniel. >>> >>> >>> >>> >>> >>> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
