Bug 144077

Summary: Throw exception when generate SVG chart which has inteactive
Product: z_Archived Reporter: Hao Pan <panhao000000>
Component: BIRTAssignee: David Michonneau <dmichonneau>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P1    
Version: 2.1.0   
Target Milestone: 2.1.0 RC5   
Hardware: All   
OS: Windows XP   
Whiteboard:

Description Hao Pan CLA 2006-05-27 14:21:32 EDT
There is a program mistake in "org.eclipse.birt.chart.device.svg" project.
In "SVGInteractiveRenderer" class, "findCategorySeries" method, "getSeries( ).get( 1 )" should be changed to "getSeries( ).get( 0 )".
It will throw exception when generate SVG chart which has inteactive.
And i find this in 2.1RC3a.
Comment 1 David Michonneau CLA 2006-06-02 14:58:07 EDT
fixed