Community
Participate
Working Groups
Build Identifier: v20100609-1613 It's impossible to display the radar plugin (or any other custom chart plugin)in the chart configuration dialog when you use it from a custom application (not from eclipse). In the method initUIChartTypeExtensions() of org.eclipse.birt.chart.ui.swt.wizard.ChartUIExtensionsImpl.java if you are not in Eclipse, the list of chart types is defined in the "saTypes" final static String array. It should be great if we could customize the plugin list, even if we must know the plugins to add. Reproducible: Always