Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Bugzilla#188268 - Script chart.getTitle().getCaption().setValue(chart.getCategory( ).getOptionalValueGroupingExpr()) does not take effect [0001]

- Summary:
Script chart.getTitle().getCaption().setValue(chart.getCategory( ).getOptionalValueGroupingExpr()) does not take effect [0001]

- Bugzilla Bug (s) Resolved:
188268

- Description:
Returning null is because optional value grouping is only stored in value series.
Now ICategory.getOptionalValueGroupingExpr will return grouping query from the first value series rather than the category series, since chart engine only supports single optional grouping.
Update unit tests.

- Tests Description: Unit Test

- Notes to Build Team: N/A

- Notes to Developers: N/A

- Notes to QA: N/A

- Notes to Documentation: N/A

- Files Edited:

/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/ChartComponentUtil.java
/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/component/CategoryImpl.java
/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/BaseChartTestCase.java
/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/api_test.rptdesign
/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/component/CategoryTest.java
/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/series/SeriesTypeTest.java



- Files Added:



- Files Deleted

 


Back to the top