Re: [Announce] Introducing Wicked Charts

2013-01-21 Thread Paul Bors
Many thanks again Tom!

~ Thank you,
   Paul Bors

On Mon, Jan 21, 2013 at 6:54 AM, Decebal Suiu  wrote:

> See another implementation wicket-jqplot in wicketstuff
> (https://github.com/wicketstuff/core/wiki/JqPlot-Plugin-Integration)
>
> Best regards,
> Decebal
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Announce-Introducing-Wicked-Charts-tp4655519p4655581.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: [Announce] Introducing Wicked Charts

2013-01-21 Thread Decebal Suiu
See another implementation wicket-jqplot in wicketstuff
(https://github.com/wicketstuff/core/wiki/JqPlot-Plugin-Integration)

Best regards,
Decebal



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Announce-Introducing-Wicked-Charts-tp4655519p4655581.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [Announce] Introducing Wicked Charts

2013-01-21 Thread Ernesto Reinaldo Barreiro
Hi,

On Mon, Jan 21, 2013 at 10:20 AM, MattyDE  wrote:

> Thanks for your hard work.
>
> But iam very sad that highchart its not free for commercial use :o/
>
> Maybe anyone else could do such plugin with : http://www.jqplot.com/tests


There is already such implementation.

https://github.com/hielkehoeve/wiquery-jqplot/wiki


> / <http://www.jqplot.com/tests/>
> or http://code.google.com/p/flot/
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Announce-Introducing-Wicked-Charts-tp4655519p4655574.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Regards - Ernesto Reinaldo Barreiro


Re: [Announce] Introducing Wicked Charts

2013-01-21 Thread MattyDE
Thanks for your hard work.

But iam very sad that highchart its not free for commercial use :o/

Maybe anyone else could do such plugin with : http://www.jqplot.com/tests/
or http://code.google.com/p/flot/



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Announce-Introducing-Wicked-Charts-tp4655519p4655574.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [Announce] Introducing Wicked Charts

2013-01-19 Thread tom.hombergs

> Highcharts itself is only free to use for non-profit/non-commercial
> applications and requires purchase of a license otherwise

Yes, you are right of course. Sorry for not pointing that out. I will add a
notice to the project's front page to close the trap door you mentioned.
Thanks for the hint.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Announce-Introducing-Wicked-Charts-tp4655519p4655534.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [Announce] Introducing Wicked Charts

2013-01-19 Thread Daniel Neugebauer
Hi!

As nice as it looks but unfortunately, I feel like it should be pointed
out that only your wrapper is Apache 2 licensed. Highcharts itself is
only free to use for non-profit/non-commercial applications and requires
purchase of a license otherwise, see:
http://shop.highsoft.com/highcharts.html

As long as a project meets the requirements for a free license or one
can afford buying a commercial license, that's fine. Unfortunately, it
opens a trap for developers that are less cautious and rely on licenses
of libraries without checking full dependencies before adding them to
their projects.

Highcharts may be well-known but I haven't heard of it before. There
will be others who see your library but don't know they may require a
license for Highcharts, so they may fall for the license.

It always disappoints me a bit if I see something published under a
really (even commercially) free license but then realize that its
dependencies are unfree.

Don't get me wrong, your project looks really nice and useful but the
license issue should be handled more carefully. A short but prominent
notice on your project homepage would be enough.

Sorry for spoiling the party. :)

Regards,
Daniel

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [Announce] Introducing Wicked Charts

2013-01-19 Thread tom.hombergs
Hi Sebastien,

> Wouldn't be possible to have/use a DataProvider? 
I hadn't thought of that. However, I want to keep the API independent of
Wicket. That way, it is possible to use the same API for different web
frameworks. We already used that to create a JSF component. But there will
be a way to use DataProvider nonetheless...I will think about this.

Thanks for the idea!

Regards, Tom



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Announce-Introducing-Wicked-Charts-tp4655519p4655532.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [Announce] Introducing Wicked Charts

2013-01-19 Thread Cedric Gatay
Hi Tom,
you did a great work, I'm looking forward this project to use it in
SRMvision platform (we're actually using Google Visualization, but it has a
lot of drawbacks).

Regards,
Cedric

__
Cedric Gatay
http://www.bloggure.info | http://cedric.gatay.fr |
@Cedric_Gatay<http://twitter.com/Cedric_Gatay>


On Sat, Jan 19, 2013 at 11:56 AM, Sebastien  wrote:

> Hi Tom,
>
> This seams to be really excellent!
>
> I did a such integration some times ago (first was on wicket 1.4), but it'
> was incomplete: I only integrated chart type I needed. So congratulation
> for this hard job and I think I will probably use Wicked Chart it in a few
> weeks/month :)
>
> However, just by looking quickly at your sample, I saw you are setting
> values with a setData() method. Wouldn't be possible to have/use a
> DataProvider?
>
> Thanks & best regards,
> Sebastien.
>
> On Sat, Jan 19, 2013 at 11:12 AM, Francois Meillet <
> francois.meil...@gmail.com> wrote:
>
> > Hi Tom,
> >
> > Great work !
> > Many Thanks !
> >
> > François
> >
> >
> > Le 18 janv. 2013 à 23:44, Matthias Gasser  a
> > écrit :
> >
> > > Hi Tom,
> > >
> > > Great work! Thanks.
> > >
> > > Best regards,
> > > Matthias
> > >
> > > On 18.01.2013, at 23:30, "tom.hombergs" 
> wrote:
> > >
> > >> Hi Wicket users,
> > >>
> > >> i would like to introduce to you the Wicked Charts library, consisting
> > of a
> > >> java wrapper for the Highcharts javascript charting library and a
> > component
> > >> for Wicket (and for JSF as a by-product). Wicked Charts supports most
> > of the
> > >> features Highcharts supports, including many different chart types,
> > >> drilldown, ajax interaction between charts and Wicket and more.
> > >>
> > >> If you ever need fancy charts in your Wicket application, have a look
> > at the
> > >> project site at http://wicked-charts.org or the showcase at
> > >> http://wicked-charts.appspot.com. We'd love to hear your feedback.
> > >>
> > >> Best Regards,
> > >> Tom
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >> --
> > >> View this message in context:
> >
> http://apache-wicket.1842946.n4.nabble.com/Announce-Introducing-Wicked-Charts-tp4655519.html
> > >> Sent from the Users forum mailing list archive at Nabble.com.
> > >>
> > >> -
> > >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > >> For additional commands, e-mail: users-h...@wicket.apache.org
> > >>
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > For additional commands, e-mail: users-h...@wicket.apache.org
> > >
> >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>


Re: [Announce] Introducing Wicked Charts

2013-01-19 Thread Sebastien
Hi Tom,

This seams to be really excellent!

I did a such integration some times ago (first was on wicket 1.4), but it'
was incomplete: I only integrated chart type I needed. So congratulation
for this hard job and I think I will probably use Wicked Chart it in a few
weeks/month :)

However, just by looking quickly at your sample, I saw you are setting
values with a setData() method. Wouldn't be possible to have/use a
DataProvider?

Thanks & best regards,
Sebastien.

On Sat, Jan 19, 2013 at 11:12 AM, Francois Meillet <
francois.meil...@gmail.com> wrote:

> Hi Tom,
>
> Great work !
> Many Thanks !
>
> François
>
>
> Le 18 janv. 2013 à 23:44, Matthias Gasser  a
> écrit :
>
> > Hi Tom,
> >
> > Great work! Thanks.
> >
> > Best regards,
> > Matthias
> >
> > On 18.01.2013, at 23:30, "tom.hombergs"  wrote:
> >
> >> Hi Wicket users,
> >>
> >> i would like to introduce to you the Wicked Charts library, consisting
> of a
> >> java wrapper for the Highcharts javascript charting library and a
> component
> >> for Wicket (and for JSF as a by-product). Wicked Charts supports most
> of the
> >> features Highcharts supports, including many different chart types,
> >> drilldown, ajax interaction between charts and Wicket and more.
> >>
> >> If you ever need fancy charts in your Wicket application, have a look
> at the
> >> project site at http://wicked-charts.org or the showcase at
> >> http://wicked-charts.appspot.com. We'd love to hear your feedback.
> >>
> >> Best Regards,
> >> Tom
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> --
> >> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Announce-Introducing-Wicked-Charts-tp4655519.html
> >> Sent from the Users forum mailing list archive at Nabble.com.
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: [Announce] Introducing Wicked Charts

2013-01-19 Thread Francois Meillet
Hi Tom,

Great work ! 
Many Thanks !

François


Le 18 janv. 2013 à 23:44, Matthias Gasser  a écrit :

> Hi Tom,
> 
> Great work! Thanks.
> 
> Best regards,
> Matthias
> 
> On 18.01.2013, at 23:30, "tom.hombergs"  wrote:
> 
>> Hi Wicket users,
>> 
>> i would like to introduce to you the Wicked Charts library, consisting of a
>> java wrapper for the Highcharts javascript charting library and a component
>> for Wicket (and for JSF as a by-product). Wicked Charts supports most of the
>> features Highcharts supports, including many different chart types,
>> drilldown, ajax interaction between charts and Wicket and more.
>> 
>> If you ever need fancy charts in your Wicket application, have a look at the
>> project site at http://wicked-charts.org or the showcase at
>> http://wicked-charts.appspot.com. We'd love to hear your feedback.
>> 
>> Best Regards,
>> Tom
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> --
>> View this message in context: 
>> http://apache-wicket.1842946.n4.nabble.com/Announce-Introducing-Wicked-Charts-tp4655519.html
>> Sent from the Users forum mailing list archive at Nabble.com.
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>> 
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [Announce] Introducing Wicked Charts

2013-01-18 Thread Matthias Gasser
Hi Tom,

Great work! Thanks.

Best regards,
Matthias

On 18.01.2013, at 23:30, "tom.hombergs"  wrote:

> Hi Wicket users,
> 
> i would like to introduce to you the Wicked Charts library, consisting of a
> java wrapper for the Highcharts javascript charting library and a component
> for Wicket (and for JSF as a by-product). Wicked Charts supports most of the
> features Highcharts supports, including many different chart types,
> drilldown, ajax interaction between charts and Wicket and more.
> 
> If you ever need fancy charts in your Wicket application, have a look at the
> project site at http://wicked-charts.org or the showcase at
> http://wicked-charts.appspot.com. We'd love to hear your feedback.
> 
> Best Regards,
> Tom
> 
> 
> 
> 
> 
> 
> 
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Announce-Introducing-Wicked-Charts-tp4655519.html
> Sent from the Users forum mailing list archive at Nabble.com.
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



[Announce] Introducing Wicked Charts

2013-01-18 Thread tom.hombergs
Hi Wicket users,

i would like to introduce to you the Wicked Charts library, consisting of a
java wrapper for the Highcharts javascript charting library and a component
for Wicket (and for JSF as a by-product). Wicked Charts supports most of the
features Highcharts supports, including many different chart types,
drilldown, ajax interaction between charts and Wicket and more.

If you ever need fancy charts in your Wicket application, have a look at the
project site at http://wicked-charts.org or the showcase at
http://wicked-charts.appspot.com. We'd love to hear your feedback.

Best Regards,
Tom







--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Announce-Introducing-Wicked-Charts-tp4655519.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org