Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: BIRT Chart - Fixed #134632 SVG chart visibility interaction does not work correctly.

- Summary:


Fixed
#134632 SVG chart visibility interaction does not work correctly.

 


- Bugzilla Bug (s) Resolved:

 

134632 SVG chart visibility interaction does not work correctly.

- Description:

When adding ActionType.TOGGLE_VISIBILITY_LITERAL iteractions on the legend and ActionType.TOGGLE_DATA_POINT_VISIBILITY_LITERAL to the series object the combination of these interactions behaves weird.

 

Specifically when the user hides the datapoint by clicking on the series then clicks on the legend section to hide the series visibility the datapoint labels shows. 

 

The labels should not show if they are already hidden

 

Fixed it by using the right _javascript_ togglevisibility function



- Tests Description : Unit tests. UI Tests


- Files Edited:

 

"/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGInteractiveRenderer.java" "/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/EventHandlers.java"

 

- Files Added:

 

- Files Removed:

 

- Notes to I18N Team:

 

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:


- Notes to Documentation:

 

 

 


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.0/249 - Release Date: 2/2/2006


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.0/249 - Release Date: 2/2/2006


Back to the top