Re: Graphing Framework for Wicket

2015-06-02 Thread Francois Meillet
You have also Wicket-chartjs that combines Apache Wicket and Chart.js
free for all private AND commercial projects (Apache Licence v2).

https://twitter.com/apache_wicket/status/591569565760561153


François Meillet








Le 2 juin 2015 à 10:38, Johannes Renoth johannes.ren...@gmx.de a écrit :

 Please be aware that wicked-charts uses highcharts to do the actual
 plotting. Highcharts is not free for commercial use and requires a
 license (see http://shop.highsoft.com/highcharts.html).
 
 
 On 06/01/2015 05:47 PM, Mihir Chhaya wrote:
 One correction; it is called Wicked Charts (
 http://wicked-charts.appspot.com/)
 
 
 
 On Mon, Jun 1, 2015 at 11:46 AM, Mihir Chhaya mihir.chh...@gmail.com
 wrote:
 
 Hi Lois,
 
 Not aware of current status but, you might want to look at wicket charts.
 
 Thanks,
 -Mihir.
 
 On Mon, Jun 1, 2015 at 11:08 AM, Sebastien seb...@gmail.com wrote:
 
 Hi Lois,
 
 I am not aware of this... But I'm interested to the answer :)
 I was looking for a nice js graph, based on jQuery possibly and found that
 best matches my requirement: vis.js, arbor.js  cytoscape.js
 
 arbor.js is highly deprecated,
 cytoscape.js is good and jQuery oriented, but requires additional
 libraries
 depending on what type of graph we want to display,
 so I'll probably go for vis.js (ASFv2 licensed) because it is really
 simple
 to use and it just works! :)
 
 I am already busy with some other wicket integrations so I don't know
 (now)
 if I will make it a public project... But if someone would like to dig
 into
 a wicket-vis project, and maintain it, I will be glad to help... In the
 meantime, will I try to publish a showcase in a week or two...
 
 Best regards,
 Sebastien
 
 
 On Mon, Jun 1, 2015 at 4:29 PM, Lois GreeneHernandez 
 lgreenehernan...@knoa.com wrote:
 
 Hi Martin,
 
 I looking for a framework or a set of classes that will allow me to
 create
 graphs.
 
 Thanks
 
 Lois
 
 -Original Message-
 From: Martin Grigorov [mailto:mgrigo...@apache.org]
 Sent: Monday, June 01, 2015 9:40 AM
 To: users@wicket.apache.org
 Subject: Re: Graphing Framework for Wicket
 
 Hi,
 
 Please give us more details.
 Do you mean graphics or graphs?
 
 Martin Grigorov
 Wicket Training and Consulting
 https://twitter.com/mtgrigorov
 
 On Mon, Jun 1, 2015 at 4:27 PM, Lois GreeneHernandez 
 lgreenehernan...@knoa.com wrote:
 
 Hi All,
 
 I need some recommendations on a graphing framework for wicket.
 
 Thanks
 
 Lois
 
 -
 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: Graphing Framework for Wicket

2015-06-02 Thread Johannes Renoth
Please be aware that wicked-charts uses highcharts to do the actual
plotting. Highcharts is not free for commercial use and requires a
license (see http://shop.highsoft.com/highcharts.html).


On 06/01/2015 05:47 PM, Mihir Chhaya wrote:
 One correction; it is called Wicked Charts (
 http://wicked-charts.appspot.com/)



 On Mon, Jun 1, 2015 at 11:46 AM, Mihir Chhaya mihir.chh...@gmail.com
 wrote:

 Hi Lois,

 Not aware of current status but, you might want to look at wicket charts.

 Thanks,
 -Mihir.

 On Mon, Jun 1, 2015 at 11:08 AM, Sebastien seb...@gmail.com wrote:

 Hi Lois,

 I am not aware of this... But I'm interested to the answer :)
 I was looking for a nice js graph, based on jQuery possibly and found that
 best matches my requirement: vis.js, arbor.js  cytoscape.js

 arbor.js is highly deprecated,
 cytoscape.js is good and jQuery oriented, but requires additional
 libraries
 depending on what type of graph we want to display,
 so I'll probably go for vis.js (ASFv2 licensed) because it is really
 simple
 to use and it just works! :)

 I am already busy with some other wicket integrations so I don't know
 (now)
 if I will make it a public project... But if someone would like to dig
 into
 a wicket-vis project, and maintain it, I will be glad to help... In the
 meantime, will I try to publish a showcase in a week or two...

 Best regards,
 Sebastien


 On Mon, Jun 1, 2015 at 4:29 PM, Lois GreeneHernandez 
 lgreenehernan...@knoa.com wrote:

 Hi Martin,

 I looking for a framework or a set of classes that will allow me to
 create
 graphs.

 Thanks

 Lois

 -Original Message-
 From: Martin Grigorov [mailto:mgrigo...@apache.org]
 Sent: Monday, June 01, 2015 9:40 AM
 To: users@wicket.apache.org
 Subject: Re: Graphing Framework for Wicket

 Hi,

 Please give us more details.
 Do you mean graphics or graphs?

 Martin Grigorov
 Wicket Training and Consulting
 https://twitter.com/mtgrigorov

 On Mon, Jun 1, 2015 at 4:27 PM, Lois GreeneHernandez 
 lgreenehernan...@knoa.com wrote:

 Hi All,

 I need some recommendations on a graphing framework for wicket.

 Thanks

 Lois

 -
 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: Graphing Framework for Wicket

2015-06-01 Thread Sebastien
Hi Lois,

I am not aware of this... But I'm interested to the answer :)
I was looking for a nice js graph, based on jQuery possibly and found that
best matches my requirement: vis.js, arbor.js  cytoscape.js

arbor.js is highly deprecated,
cytoscape.js is good and jQuery oriented, but requires additional libraries
depending on what type of graph we want to display,
so I'll probably go for vis.js (ASFv2 licensed) because it is really simple
to use and it just works! :)

I am already busy with some other wicket integrations so I don't know (now)
if I will make it a public project... But if someone would like to dig into
a wicket-vis project, and maintain it, I will be glad to help... In the
meantime, will I try to publish a showcase in a week or two...

Best regards,
Sebastien


On Mon, Jun 1, 2015 at 4:29 PM, Lois GreeneHernandez 
lgreenehernan...@knoa.com wrote:

 Hi Martin,

 I looking for a framework or a set of classes that will allow me to create
 graphs.

 Thanks

 Lois

 -Original Message-
 From: Martin Grigorov [mailto:mgrigo...@apache.org]
 Sent: Monday, June 01, 2015 9:40 AM
 To: users@wicket.apache.org
 Subject: Re: Graphing Framework for Wicket

 Hi,

 Please give us more details.
 Do you mean graphics or graphs?

 Martin Grigorov
 Wicket Training and Consulting
 https://twitter.com/mtgrigorov

 On Mon, Jun 1, 2015 at 4:27 PM, Lois GreeneHernandez 
 lgreenehernan...@knoa.com wrote:

  Hi All,
 
  I need some recommendations on a graphing framework for wicket.
 
  Thanks
 
  Lois
 

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




Re: Graphing Framework for Wicket

2015-06-01 Thread Mihir Chhaya
One correction; it is called Wicked Charts (
http://wicked-charts.appspot.com/)



On Mon, Jun 1, 2015 at 11:46 AM, Mihir Chhaya mihir.chh...@gmail.com
wrote:

 Hi Lois,

 Not aware of current status but, you might want to look at wicket charts.

 Thanks,
 -Mihir.

 On Mon, Jun 1, 2015 at 11:08 AM, Sebastien seb...@gmail.com wrote:

 Hi Lois,

 I am not aware of this... But I'm interested to the answer :)
 I was looking for a nice js graph, based on jQuery possibly and found that
 best matches my requirement: vis.js, arbor.js  cytoscape.js

 arbor.js is highly deprecated,
 cytoscape.js is good and jQuery oriented, but requires additional
 libraries
 depending on what type of graph we want to display,
 so I'll probably go for vis.js (ASFv2 licensed) because it is really
 simple
 to use and it just works! :)

 I am already busy with some other wicket integrations so I don't know
 (now)
 if I will make it a public project... But if someone would like to dig
 into
 a wicket-vis project, and maintain it, I will be glad to help... In the
 meantime, will I try to publish a showcase in a week or two...

 Best regards,
 Sebastien


 On Mon, Jun 1, 2015 at 4:29 PM, Lois GreeneHernandez 
 lgreenehernan...@knoa.com wrote:

  Hi Martin,
 
  I looking for a framework or a set of classes that will allow me to
 create
  graphs.
 
  Thanks
 
  Lois
 
  -Original Message-
  From: Martin Grigorov [mailto:mgrigo...@apache.org]
  Sent: Monday, June 01, 2015 9:40 AM
  To: users@wicket.apache.org
  Subject: Re: Graphing Framework for Wicket
 
  Hi,
 
  Please give us more details.
  Do you mean graphics or graphs?
 
  Martin Grigorov
  Wicket Training and Consulting
  https://twitter.com/mtgrigorov
 
  On Mon, Jun 1, 2015 at 4:27 PM, Lois GreeneHernandez 
  lgreenehernan...@knoa.com wrote:
 
   Hi All,
  
   I need some recommendations on a graphing framework for wicket.
  
   Thanks
  
   Lois
  
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 





Re: Graphing Framework for Wicket

2015-06-01 Thread Mihir Chhaya
Hi Lois,

Not aware of current status but, you might want to look at wicket charts.

Thanks,
-Mihir.

On Mon, Jun 1, 2015 at 11:08 AM, Sebastien seb...@gmail.com wrote:

 Hi Lois,

 I am not aware of this... But I'm interested to the answer :)
 I was looking for a nice js graph, based on jQuery possibly and found that
 best matches my requirement: vis.js, arbor.js  cytoscape.js

 arbor.js is highly deprecated,
 cytoscape.js is good and jQuery oriented, but requires additional libraries
 depending on what type of graph we want to display,
 so I'll probably go for vis.js (ASFv2 licensed) because it is really simple
 to use and it just works! :)

 I am already busy with some other wicket integrations so I don't know (now)
 if I will make it a public project... But if someone would like to dig into
 a wicket-vis project, and maintain it, I will be glad to help... In the
 meantime, will I try to publish a showcase in a week or two...

 Best regards,
 Sebastien


 On Mon, Jun 1, 2015 at 4:29 PM, Lois GreeneHernandez 
 lgreenehernan...@knoa.com wrote:

  Hi Martin,
 
  I looking for a framework or a set of classes that will allow me to
 create
  graphs.
 
  Thanks
 
  Lois
 
  -Original Message-
  From: Martin Grigorov [mailto:mgrigo...@apache.org]
  Sent: Monday, June 01, 2015 9:40 AM
  To: users@wicket.apache.org
  Subject: Re: Graphing Framework for Wicket
 
  Hi,
 
  Please give us more details.
  Do you mean graphics or graphs?
 
  Martin Grigorov
  Wicket Training and Consulting
  https://twitter.com/mtgrigorov
 
  On Mon, Jun 1, 2015 at 4:27 PM, Lois GreeneHernandez 
  lgreenehernan...@knoa.com wrote:
 
   Hi All,
  
   I need some recommendations on a graphing framework for wicket.
  
   Thanks
  
   Lois
  
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 



Re: Graphing Framework for Wicket

2015-06-01 Thread Martin Grigorov
Hi,

Please give us more details.
Do you mean graphics or graphs?

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Mon, Jun 1, 2015 at 4:27 PM, Lois GreeneHernandez 
lgreenehernan...@knoa.com wrote:

 Hi All,

 I need some recommendations on a graphing framework for wicket.

 Thanks

 Lois



Graphing Framework for Wicket

2015-06-01 Thread Lois GreeneHernandez
Hi All,

I need some recommendations on a graphing framework for wicket.

Thanks

Lois


RE: Graphing Framework for Wicket

2015-06-01 Thread Lois GreeneHernandez
Hi Martin, 

I looking for a framework or a set of classes that will allow me to create 
graphs. 

Thanks

Lois

-Original Message-
From: Martin Grigorov [mailto:mgrigo...@apache.org] 
Sent: Monday, June 01, 2015 9:40 AM
To: users@wicket.apache.org
Subject: Re: Graphing Framework for Wicket

Hi,

Please give us more details.
Do you mean graphics or graphs?

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Mon, Jun 1, 2015 at 4:27 PM, Lois GreeneHernandez  
lgreenehernan...@knoa.com wrote:

 Hi All,

 I need some recommendations on a graphing framework for wicket.

 Thanks

 Lois


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