Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix [Bugzilla] 160814: Exception is thrown out when set Date Time type data to Y-Series for a Bar chart with multi-axis

Summary: Fix the orthogonal sample data conversion issue.

Bugzilla Bug (s) Resolved: 160814, 160838

Description:
1. Rearrange the orthogonal sample data index by axis index and series definition index, not insertion order.
2. Remove the duplicated addSampleData() in getConvertedChart() of BubbleChart.
It causes a conversion issue if LivePreview is off, while the data definition is available.

Tests Description: Test Manually.

Files Edited:

/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/BubbleChart.java
/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/TaskSelectType.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/DataDefinitionSelector.java


Files Added: None

Files Deleted: None


Notes to Build Team:  None

Notes to Developers:  None

Notes to QA:  None


Notes to Documentation:  None

 

Regards,

Nina Li

 


Back to the top