Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page shows how to generate JFreeChart based charts from Wicket that displays tooltips.
Tooltips are very important, especially in charts like line charts, time-series charts etc.
Showing tooltips in images embedded in html pages is achieved by making use of html "map".
Fortunately, JFreeChart has built-in support for generating the map details for the images.
This example basically takes the concepts mentioned in the article JFreeChart and wicket example and tweaks it a little to add the "map" information so that we can display tooltips.
Let us see a simple time series chart example the that attempts to realize the concepts mentioned above.

This page shows how to generate JFreeChart based charts from Wicket that displays tooltips.

TimeSeriesChartExamplePage.html

...