Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Bugzilla#137147 - Two axis area chart, set dimenstion to 2D with Depth, can not take effect.

- Summary:
Two axis area chart, set dimenstion to 2D with Depth, can not take effect.

- Bugzilla Bug (s) Resolved:
137147

- Description:
1. Added a method in each chart type to test whether current dimension is supported for specified number of axes or series. If not supported, switch to default dimension and pertinent sub-type.
2. Removed string "Exception" in exception dialog
3. Fixed an indent error in Format task UI.

- Tests Description: Manual test
- Notes to Build Team: None
- Notes to Developers: None
- Notes to QA: None
- Notes to Documentation: None
- Files Added:

- Files Edited:

 

/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/extension/i18n/nls.properties
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/AreaChart.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskFormatChart.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/DataDefinitionSelector.java
/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/DefaultChartTypeImpl.java
/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java
/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/util/ChartUIUtil.java
/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/errordisplay/ErrorDialog.java

 


Back to the top