Community
Participate
Working Groups
Chart team will provide simple chart API, and it needs integration into BIRT framework by extension point in model. Spec available here: http://wiki.eclipse.org/index.php/BPS66 Besides, simple chart API also needs interface for Font and Color in model.
What's the ETA for that bug resolultion?
Chart need to implement extension.IReportItem.getSimpleElement(). The return object should be simpleapi.IReportItem. l. If the chart want to provide multi row data function, need to extend simpleapi.IMultiRowItem. This should work for Chart, CrossTab. 2. for other extension elements, need to extend simpleapi.IReportItem. This should be OK for RotatedText.
Since current only Multi row item is required, provided wrapped MultiRowData in api.extension package. Wrapped simple class for api.simpleapi.IReportItem will be provided later.
New interfaces of Font and Color are useless in model, and will not be added in model until it's in common use.
Fixed.
Found the BPS Spec
Just needed to add it to the BPS index and add category tags.