Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix chart interactivity conversion error


- SCR(s) Resolved: None

-Description:
When the chart is converted to another chart type, the interactivity visibility and legend behavior type will lost.
Add the statements to read the interactivity attributes from the original chart model, and set these attributes to the converted model.

- Regression (Yes / No): No

- Tests: Yes

- Test Automated: No

- Notes to Developers: N/A

- Notes to QA: N/A

- Notes to Documentation: N/A

- Notes to Configuration Management: N/A

- Notes to Support: N/A

- Notes to Product Marketing: N/A

 

/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/type/BarChart.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/LineChart.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/MeterChart.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/PieChart.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/ScatterChart.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/StockChart.java



Regards,

Nina


Back to the top