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]
