Re: using wicket to create dynamic chart

2008-05-15 Thread Eyal Golan
have you checked out JFreeChart ?
Is not dynamic as a progress bar, but dynamic as the info changes.

On Thu, May 15, 2008 at 3:12 PM, emee [EMAIL PROTECTED] wrote:


 Hello ,

 I would like to use wicket to create a dynamic chart, I mean the values of
 my chart change in the time. I use googleChart to create my chart but it is
 a static chart and  all the example I have with wicket to create static
 chart any idea how I can create a dynamic chart by using wicket ?

 Thank you

 --
 View this message in context:
 http://www.nabble.com/using-wicket-to-create-dynamic-chart-tp17251826p17251826.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Eyal Golan
[EMAIL PROTECTED]

Visit: http://jvdrums.sourceforge.net/


Re: using wicket to create dynamic chart

2008-05-15 Thread Jonathan Locke


if you mean it changes in the browser after the page is finished loading,
you are probably talking client-side technologies: JS, flash, applets,
something like that.


emee wrote:
 
 Hello ,
 
 I would like to use wicket to create a dynamic chart, I mean the values of
 my chart change in the time. I use googleChart to create my chart but it
 is a static chart and  all the example I have with wicket to create static
 chart any idea how I can create a dynamic chart by using wicket ? 
 
 Thank you  
 
 

-- 
View this message in context: 
http://www.nabble.com/using-wicket-to-create-dynamic-chart-tp17251826p17255946.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: using wicket to create dynamic chart

2008-05-15 Thread Ryan Gravener
These look pretty nice for free:

http://teethgrinder.co.uk/open-flash-chart/

On Thu, May 15, 2008 at 11:29 AM, Jonathan Locke [EMAIL PROTECTED]
wrote:



 if you mean it changes in the browser after the page is finished loading,
 you are probably talking client-side technologies: JS, flash, applets,
 something like that.


 emee wrote:
 
  Hello ,
 
  I would like to use wicket to create a dynamic chart, I mean the values
 of
  my chart change in the time. I use googleChart to create my chart but it
  is a static chart and  all the example I have with wicket to create
 static
  chart any idea how I can create a dynamic chart by using wicket ?
 
  Thank you
 
 

 --
 View this message in context:
 http://www.nabble.com/using-wicket-to-create-dynamic-chart-tp17251826p17255946.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Ryan Gravener
http://twitter.com/ryangravener


Re: using wicket to create dynamic chart

2008-05-15 Thread emee

i have test JFreeChart with wicket but it is not a dynamic image what do you
mean about it a dynamic as the info changes? 


Eyal Golan wrote:
 
 have you checked out JFreeChart ?
 Is not dynamic as a progress bar, but dynamic as the info changes.
 
 On Thu, May 15, 2008 at 3:12 PM, emee [EMAIL PROTECTED] wrote:
 

 Hello ,

 I would like to use wicket to create a dynamic chart, I mean the values
 of
 my chart change in the time. I use googleChart to create my chart but it
 is
 a static chart and  all the example I have with wicket to create static
 chart any idea how I can create a dynamic chart by using wicket ?

 Thank you

 --
 View this message in context:
 http://www.nabble.com/using-wicket-to-create-dynamic-chart-tp17251826p17251826.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 
 -- 
 Eyal Golan
 [EMAIL PROTECTED]
 
 Visit: http://jvdrums.sourceforge.net/
 
 

-- 
View this message in context: 
http://www.nabble.com/using-wicket-to-create-dynamic-chart-tp17251826p17260526.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: using wicket to create dynamic chart

2008-05-15 Thread Paolo Di Tommaso
Pure JavaScript .. simple stunning!

http://people.iola.dk/olau/flot/examples/graph-types.html

// Paolo

On Thu, May 15, 2008 at 9:11 PM, Ryan Gravener [EMAIL PROTECTED]
wrote:

 These look pretty nice for free:

 http://teethgrinder.co.uk/open-flash-chart/

 On Thu, May 15, 2008 at 11:29 AM, Jonathan Locke [EMAIL PROTECTED]
 
 wrote:

 
 
  if you mean it changes in the browser after the page is finished loading,
  you are probably talking client-side technologies: JS, flash, applets,
  something like that.
 
 
  emee wrote:
  
   Hello ,
  
   I would like to use wicket to create a dynamic chart, I mean the values
  of
   my chart change in the time. I use googleChart to create my chart but
 it
   is a static chart and  all the example I have with wicket to create
  static
   chart any idea how I can create a dynamic chart by using wicket ?
  
   Thank you
  
  
 
  --
  View this message in context:
 
 http://www.nabble.com/using-wicket-to-create-dynamic-chart-tp17251826p17255946.html
  Sent from the Wicket - User mailing list archive at Nabble.com.
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 Ryan Gravener
 http://twitter.com/ryangravener



Re: using wicket to create dynamic chart

2008-05-15 Thread emee

What do you mean I don’t understand ?


paolo di tommaso wrote:
 
 Pure JavaScript .. simple stunning!
 
 http://people.iola.dk/olau/flot/examples/graph-types.html
 
 // Paolo
 
 On Thu, May 15, 2008 at 9:11 PM, Ryan Gravener [EMAIL PROTECTED]
 wrote:
 
 These look pretty nice for free:

 http://teethgrinder.co.uk/open-flash-chart/

 On Thu, May 15, 2008 at 11:29 AM, Jonathan Locke
 [EMAIL PROTECTED]
 
 wrote:

 
 
  if you mean it changes in the browser after the page is finished
 loading,
  you are probably talking client-side technologies: JS, flash, applets,
  something like that.
 
 
  emee wrote:
  
   Hello ,
  
   I would like to use wicket to create a dynamic chart, I mean the
 values
  of
   my chart change in the time. I use googleChart to create my chart but
 it
   is a static chart and  all the example I have with wicket to create
  static
   chart any idea how I can create a dynamic chart by using wicket ?
  
   Thank you
  
  
 
  --
  View this message in context:
 
 http://www.nabble.com/using-wicket-to-create-dynamic-chart-tp17251826p17255946.html
  Sent from the Wicket - User mailing list archive at Nabble.com.
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 Ryan Gravener
 http://twitter.com/ryangravener

 
 

-- 
View this message in context: 
http://www.nabble.com/using-wicket-to-create-dynamic-chart-tp17251826p17263041.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]