Hi Peter, Thanks for your prompt reply. I don't know how I missed this wonderful mailing list for this long.. ;-(
I have tried passing models to constructImageMap (wrapping the chart image object as a model) but somehow the map was not updated. I checked jetwick and it looks cool. ;-) Do you use JFreeChart to create those charts? I'm willing to try that option as well. Kindly blog about it! Thanks once again for taking your time to reply. On Thu, Sep 30, 2010 at 7:27 PM, Peter Karich <[email protected]> wrote: > 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 solution with div's to display bar charts. > which is customizable 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://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 but > > struggling to get the imagemap updated as the chart image changes. > > Kindly give your valuable suggestions. > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Thanks & Regards, James
