To create a regular pie chart:
public static JFreeChart createPieChart(String title,
PieDataset dataset, boolean legend, boolean tooltips, boolean urls);
Creates a pie chart for the specified PieDataset (null permitted). The
chart is constructed using a PiePlot.