Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Bugzilla#147245 - No error when set y-series with string column at first in chart

- Summary:
No error when set y-series with string column at first in chart

- Bugzilla Bug (s) Resolved:
147245

- Description:
1. Added type check before binding the query. If the query doesn't match the axis type, popup an error and remove the query.
2. Enhanced DataDefinitionTextManager which is for synchronizing data query, text and background color.

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

- Files Edited:
/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/builder/DefaultDataServiceProviderImpl.java
/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java
/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/wizard/TaskSelectData.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/BaseDataDefinitionComponent.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/internal/DataDefinitionTextManager.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/internal/DataTextDropListener.java
/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IDataServiceProvider.java


- Files Added:

- Files Deleted

 

 


Back to the top