String themeLocation = themeProp.getValue();
XmlChartTheme theme = new XmlChartTheme(themeLocation);
themes.put(themeName, theme);
}
ChartThemeMapBundle bundle = new ChartThemeMapBundle();
bundle.setThemes(themes);
return new ChartThemeBundlesExtensionsRegistry(bundle);
}