Re: Wicket integration with good charts api

2008-12-11 Thread Maarten Bosteels
://www.nabble.com/Wicket-integration-with-good-charts-api-tp20322515p20944703.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Wicket integration with good charts api

2008-12-10 Thread shetc
you had deal with this issue? Thanks, Steve -- View this message in context: http://www.nabble.com/Wicket-integration-with-good-charts-api-tp20322515p20944703.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Wicket integration with good charts api

2008-12-09 Thread Nino Saturnino Martinez Vazquez Wael
I think it's small enough for minis.. But it's Igors baby, try to ask him? Maarten Bosteels wrote: Hello Ryan, I have just added some more code to the wiki page, and a working quickstart project. http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html My OpenFlashChart implementation

Re: Wicket integration with good charts api

2008-12-09 Thread shetc
://www.nabble.com/Wicket-integration-with-good-charts-api-tp20322515p20920291.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Wicket integration with good charts api

2008-12-09 Thread Edward Zarecor
Looks like a difference between the version of your JVM and the compiler used to compile ofc4j. java.lang.UnsupportedClassVersionError: (ofc4j/model/elements/BarChart) bad major version at offset=6 Ed. - To unsubscribe,

Re: Wicket integration with good charts api

2008-12-09 Thread shetc
I agree -- I'm using 5.0 but I guess ofc4j was compiled with 6 but not sure. -- View this message in context: http://www.nabble.com/Wicket-integration-with-good-charts-api-tp20322515p20921216.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Wicket integration with good charts api

2008-12-09 Thread Maarten Bosteels
On Tue, Dec 9, 2008 at 8:00 PM, shetc [EMAIL PROTECTED] wrote: I agree -- I'm using 5.0 but I guess ofc4j was compiled with 6 but not sure. -- View this message in context: http://www.nabble.com/Wicket-integration-with-good-charts-api-tp20322515p20921216.html Sent from the Wicket - User

Re: Wicket integration with good charts api

2008-12-09 Thread shetc
in context: http://www.nabble.com/Wicket-integration-with-good-charts-api-tp20322515p20927556.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Wicket integration with good charts api

2008-12-05 Thread Ryan McKinley
I just started one with the implementation I have we can make it better, or perhaps add it to wicketstuff... http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html On Nov 5, 2008, at 3:59 PM, Thies Edeling wrote: Maarten Bosteels wrote: I have a similar requirement and played

Re: Wicket integration with good charts api

2008-12-05 Thread Maarten Bosteels
Oops, just started working on it :-) Will see if I can add somet more info to the wiki page. Maarten On Fri, Dec 5, 2008 at 5:57 PM, Ryan McKinley [EMAIL PROTECTED] wrote: I just started one with the implementation I have we can make it better, or perhaps add it to wicketstuff...

Re: Wicket integration with good charts api

2008-12-05 Thread Maarten Bosteels
Hello Ryan, I have just added some more code to the wiki page, and a working quickstart project. http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html My OpenFlashChart implementation is almost exactly the same as yours. Only differences I found: * You use an *ofc4j.model.Chart* as

Re: Wicket integration with good charts api

2008-12-04 Thread PY
Really interested by a Wiki page too. -- View this message in context: http://www.nabble.com/Wicket-integration-with-good-charts-api-tp20322515p20837861.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Wicket integration with good charts api

2008-11-05 Thread Maarten Bosteels
I have a similar requirement and played a bit with Open Flash Charts. [1] It took little effort to integrate wicket + ofc4j [2] + swfobject [3] [1] http://teethgrinder.co.uk/open-flash-chart-2/glass-bar-chart.php [2] http://code.google.com/p/ofcj/ [3] http://code.google.com/p/swfobject/ Another

Re: Wicket integration with good charts api

2008-11-05 Thread Tomasz Dziurko
Sure I am interested! :) I think simple example on wiki showing basics of using Open Flash Charts in Wicket would be nice alternative for those unsatisfied with JFreeChars library. Regards -- Tomasz Dziurko - To unsubscribe,

Re: Wicket integration with good charts api

2008-11-05 Thread Thies Edeling
Maarten Bosteels wrote: I have a similar requirement and played a bit with Open Flash Charts. [1] It took little effort to integrate wicket + ofc4j [2] + swfobject [3] [1] http://teethgrinder.co.uk/open-flash-chart-2/glass-bar-chart.php [2] http://code.google.com/p/ofcj/ [3]

Wicket integration with good charts api

2008-11-04 Thread Tomasz Dziurko
My client needs in his application very good looking charts (simple bars with some gradienst and 3D effects). Unfortunately he didn't like what JFreeChart library offers so I must find and implement another solution. Questions are: 1. Is there any other chart library easy to integrate with Wicket?

Re: Wicket integration with good charts api

2008-11-04 Thread Martijn Dashorst
If you don't mind sending your chart data to google, google charts might be a good solution. Other than that, you'll probably be heading into the flash chart area (there are a lot of flash libraries for creating flashy charts). I haven't used any of them, so you should try some out. Martijn On

Re: Wicket integration with good charts api

2008-11-04 Thread Nino Saturnino Martinez Vazquez Wael
You do know there are an abundance of jfreecharts right, they are highly customizable.. And theres even a javaweb start thing where they demo it... But you probably did show them this... http://www.jfree.org/jfreechart/jfreechart-1.0.11-demo.jnlp Tomasz Dziurko wrote: My client needs in his

Re: Wicket integration with good charts api

2008-11-04 Thread Rob Sonke
Google charts good enough? (see wicket stuff projects) Tomasz Dziurko wrote: My client needs in his application very good looking charts (simple bars with some gradienst and 3D effects). Unfortunately he didn't like what JFreeChart library offers so I must find and implement another solution.