a way to show jfreechart tooltip on the image

2008-10-09 Thread rolandpeng
This is my sample code to to show jfreechart tooltip on the image. The key is to override onComponentTagBody() and use replaceComponentTagBody(). Just post my tried to share. There should be better way to tune the performance. --source code here-- public class JFreeChartImage extends NonCaching

a way to show jfreechart tooltip on the image

2008-10-08 Thread rolandpeng
.getImageMap(imageMapId, info)); } public JFreeChart getChart() { return chart; } public void setChart(JFreeChart chart) { this.chart = chart; } } -- View this message in context: http://www.nabble.com/a-way-to-