Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Report engine changes to generate the image map ID for hot charts

Title: Report engine changes to generate the image map ID for hot charts

- Summary:
Report engine changes to generate the image map ID for hot charts

- Bugzilla Bug (s) Resolved:
None

- Description:
This checkin made the report engine to generate the image map ID for hot charts. Chart engine is not needed to generate the image map ID. It should return the map part (i.e. without ID) of the image map to the report engine. Report engine will then append the generated image map ID to make it a complete image map string.

- Tests Description:
Provided a hard-coded image map to report engine. (The image map will eventually be returned by chart engine.) The "hot areas" defined in the image map is shown and working correctly in the viewer.

- Files Edited:
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IImageItemContent.java
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/ImageItemContent.java
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExtendedItemExecutor.java
/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLImageEmitter.java

- Files Added:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA: 
 
- Notes to Documentation:


Back to the top