public Chart generateChart(ChartParams params, XWikiContext context) throws GenerateException {
   return plugin.generateChart(params, context);
 }