Re: JFreeChart with clickable imagemap

2010-10-28 Thread jwray
/647285 Jonny -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/JFreeChart-with-clickable-imagemap-tp2720220p3017976.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe

Re: JFreeChart with clickable imagemap

2010-10-07 Thread Peter Karich
Hi James! I checked jetwick and it looks cool. ;-) hey, thanks ;-) Do you use JFreeChart to create those charts? initially I did. But now only that tiny bar image is stolen from jfreechart :-) http://jetwick.com/img/bar-min.png the rest is created via divs and css and a bit java

Re: JFreeChart with clickable imagemap

2010-10-04 Thread Peter Karich
could blog about it. Regards, Peter (aka timetabling on twitter ;-)). Hi Guys, I followed the instructions in the wiki JFreeChart with clickable imagemap https://cwiki.apache.org/WICKET/jfreechart-with-clickable-imagemap.html to create

Re: JFreeChart with clickable imagemap

2010-10-04 Thread Iain Reddick
;-)), readable by spiders etc and didn't need those imagemaps. Are you interested in this solution? I could blog about it. Regards, Peter (aka timetabling on twitter ;-)). Hi Guys, I followed the instructions in the wiki JFreeChart with clickable imagemap https://cwiki.apache.org/WICKET

Re: JFreeChart with clickable imagemap

2010-10-03 Thread James
interested in this solution? I could blog about it. Regards, Peter (aka timetabling on twitter ;-)). Hi Guys, I followed the instructions in the wiki JFreeChart with clickable imagemap https://cwiki.apache.org/WICKET/jfreechart-with-clickable-imagemap.html to create a chart

Re: JFreeChart with clickable imagemap

2010-10-01 Thread James
with clickable imagemap https://cwiki.apache.org/WICKET/jfreechart-with-clickable-imagemap.html to create a chart. I have a requirement whereby the chart has to be generated dynamically based on certain inputs. I managed to create the chart image by using LoadableDetachableModel

Re: JFreeChart with clickable imagemap

2010-10-01 Thread Ernesto Reinaldo Barreiro
etc and didn't need those imagemaps. Are you interested in this solution? I could blog about it. Regards, Peter (aka timetabling on twitter ;-)). Hi Guys, I followed the instructions in the wiki JFreeChart with clickable imagemap https://cwiki.apache.org/WICKET/jfreechart

Re: JFreeChart with clickable imagemap

2010-10-01 Thread James
could blog about it. Regards, Peter (aka timetabling on twitter ;-)). Hi Guys, I followed the instructions in the wiki JFreeChart with clickable imagemap https://cwiki.apache.org/WICKET/jfreechart-with-clickable-imagemap.html to create a chart. I have a requirement whereby

Re: JFreeChart with clickable imagemap

2010-09-30 Thread Peter Karich
Hi James, In the constructImageMap you whill have to pass a model as well, but I'm not sure how :-( Another way would be to adapt constructImageMap to updateImageMap so that you can call it in ChartImage.createBufferedImage (or every time the model updates) BTW: For jetwick I used an html

Re: JFreeChart with clickable imagemap

2010-09-30 Thread James
by the designer (if any ;-)), readable by spiders etc and didn't need those imagemaps. Are you interested in this solution? I could blog about it. Regards, Peter (aka timetabling on twitter ;-)). Hi Guys, I followed the instructions in the wiki JFreeChart with clickable imagemap https

JFreeChart with clickable imagemap

2010-09-29 Thread James
Hi Guys, I followed the instructions in the wiki JFreeChart with clickable imagemaphttps://cwiki.apache.org/WICKET/jfreechart-with-clickable-imagemap.html to create a chart. I have a requirement whereby the chart has to be generated dynamically based on certain inputs. I managed to create the