public DonutChart() {
getChartConfiguration().setLegend(new Legend(true, "e"));
getChartConfiguration().setSeriesDefaults(new SeriesDefaults());
getChartConfiguration().getSeriesDefaults().setRenderer(JqPlotResources.DonutRenderer);
getChartConfiguration().getSeriesDefaults().setRendererOptions(new RendererOptions());
getChartConfiguration().getSeriesDefaults().getRendererOptions().setSliceMargin(4);
getChartConfiguration().getSeriesDefaults().getRendererOptions().setDataLabels("value");
getChartConfiguration().getSeriesDefaults().getRendererOptions().setShowDataLabels(true);
}