Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 318637

Summary: Chart plugins could be used without eclipse framework
Product: z_Archived Reporter: Missing name <dvt>
Component: BIRTAssignee: Birt-Chart-inbox <Birt-Chart-inbox>
Status: NEW --- QA Contact: Maggie Shen <lshen>
Severity: enhancement    
Priority: P3 CC: bluesoldier, dvt
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

Description Missing name CLA 2010-07-01 13:14:00 EDT
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