Bug 144077 - Throw exception when generate SVG chart which has inteactive
Summary: Throw exception when generate SVG chart which has inteactive
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.1.0   Edit
Hardware: All Windows XP
: P1 major (vote)
Target Milestone: 2.1.0 RC5   Edit
Assignee: David Michonneau CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-27 14:21 EDT by Hao Pan CLA
Modified: 2006-06-02 14:58 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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