Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix [Bugzilla] 186744: Exception is thrown when stacked combo is selected in Stock chart

- Summary:  Exception is thrown when stacked combo is selected in Stock chart.

- Bugzilla Bug (s) Resolved: 186744

- Description:  
Before drawing the value series options, check whether the series can be stacked, If no, passing a parameter “canStack = false” to SeriesOptionChooser, so “Stacked” checkbox for all series would be disabled.

When user chooses non-stackable Series from “Type” dropdown list, redraw the options area for all value series. If “Stacked” checkbox is ticked, then set it un-ticked and set series.setStacked(false).


- 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.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/series/SeriesSheetImpl.java


- Files Added: None


- Files Deleted: None

 

Regards,

 

Nina Li

 

 


Back to the top