Hi all, I am trying to enable tool tips to pop up for a histogram I create, but can't seem to figure out the right tool tip renderer to enable it? I create the histogram as follows: jFreeHistoChart = ChartFactory.createHistogram( title, xLabel, yLabel, dataset, PlotOrientation.VERTICAL, false, // no legend true, // tool tips false); // no url's Shouldn't this enable tool ...