Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 121850 Acceptance: Set Border to chart via property editor, preview in html, can not take effect.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 121850 Acceptance: Set Border to chart via property editor, preview in html, can not take effect.

Summary 

Bugzilla Bug (s) Resolved:
121850 Acceptance: Set Border to chart via property editor, preview in html, can not take effect.

Description:
The default output format of CHART is SVG. ENGINE use "embed" object to output the SVG in HTML. It only output the width/size of the chart, all other properties are not outputed.

Output all the style properties for SVG chart.

 
Test Description:
Manual Test
 
Files Edited:
cvs ci -m "add styles for SVG chart" -l "/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
This will change the golden file of engine smoke test
 
Quotes to Documentation:


-Wei Yan




Back to the top