Re: Adding Guage Charts to Wicket

2019-03-22 Thread Maxim Solodovnik
You can also use some other chart components from wicketstuff: https://github.com/wicketstuff/core On Fri, 22 Mar 2019 at 23:18, gasper wrote: > It works... > > Thanks > > -- > Sent from: > http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html > > -

Re: Adding Guage Charts to Wicket

2019-03-22 Thread gasper
It works... Thanks -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Adding Guage Charts to Wicket

2019-03-22 Thread Maxim Solodovnik
org.apache.wicket.markup.html.image.resource.DynamicImageResource -> org.apache.wicket.request.resource.DynamicImageResource org.apache.wicket.Resource -> org.apache.wicket.request.resource. AbstractResource (or maybe org.apache.wicket.request.resource.IResource) org.apache.wicket.protocol.http.Web

Re: Adding Guage Charts to Wicket

2019-03-22 Thread gasper
Thanks for the sample link. I am currently using Wicket 6.30.0 But when I try to test the code samples, lot of errors came up most especially with the import statements. import org.apache.wicket.Resource; import org.apache.wicket.markup.html.image.resource.DynamicImageResource; import org.ap

Re: Adding Guage Charts to Wicket

2019-03-22 Thread Maxim Solodovnik
https://cwiki.apache.org/confluence/display/WICKET/JFreeChart+and+wicket+example On Fri, 22 Mar 2019 at 18:43, gasper wrote: > I have knowledge on how to use JfreeChart on Java SE but on Wicket I can't > find any useful links that shows how to use Jfreechart with Wicket. > > Can someone kindly h

Adding Guage Charts to Wicket

2019-03-22 Thread gasper
I have knowledge on how to use JfreeChart on Java SE but on Wicket I can't find any useful links that shows how to use Jfreechart with Wicket. Can someone kindly help me out with JfreeChart integration with wicket? Thanks -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f18429