jsp and jfreechart tooltip generation
843838Nov 30 2005 — edited Mar 11 2010Hi.
I am using JfreeChart to generate charts and displaying tooltips in jsp pages. Actually I have a servlet to generate a bar chart with tooltips. The tooltip is generated at the end of the bar as a percentage. But when the bar is 100%, the tooltip disappears since it is out of boundry. What i need to do is, I need to generate this tooltip inside the bar. I have also used stackedbarchart where the tooltips are displayed inside the bar. Any help will be highly appreciated.