html « ToolTip « JFreeChart Q&A





1. JfreeChart tooltips with HTML code inside    stackoverflow.com

It is possible to use HTML in JFreeChart tooltips? I extend StandardCategoryToolTipGenerator and override method generateToolTip

public String generateToolTip(Dataset dataset, int row,
        int column, int ...