| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 transitional//EN"> |
| <html> |
| |
| <head> |
| <title>BIRT Examples</title> |
| <link rel="stylesheet" href="../style/compose.css" type="text/css"/> |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| </head> |
| |
| <body> |
| |
| <p class="head">BIRT Report Examples</p> |
| <p class="subhead">BIRT Charting</p> |
| |
| <h1>Introduction</h1> |
| |
| <p>Charting is an integral part of data summarization and analysis. |
| BIRT provides an excellent package for charting, allowing diverse chart types such as bar charts, pie charts, line charts, scatter charts, |
| and stock charts. Each chart type is also very customizable, offering a wide range of features to better represent data. |
| This example demonstrates the use of BIRT's integrated charting package within the |
| report designer. The example builds a two dimensional pie chart summarizing product |
| revenue by product line.</p> |
| |
| <h1>Demonstration</h1> |
| <dl class="arrow-list"> |
| <dt><a href="http://download.eclipse.org/birt/downloads/examples/reports/Charting/Charting.html" target="_blank" class="top">Charting Flash Example</a></dt> |
| <dd>This example is intended to illustrate a Charting example within BIRT.</dd> |
| </dl> |
| |
| <h1>Reports</h1> |
| <dl class="arrow-list"> |
| <dt><a href="http://download.eclipse.org/birt/downloads/examples/reports/Charting/before.html" target="_blank" class="top">Product Revenue by Product Line Before</a> |
| (<a href="http://download.eclipse.org/birt/downloads/examples/reports/Charting/reports/ChartingExampleBefore.rptdesign" target="_blank">rptdesign</a>)</dt> |
| <dd>Presents product revenue by product line. |
| </dd> |
| |
| <dt><a href="http://download.eclipse.org/birt/downloads/examples/reports/Charting/after.html" target="_blank" class="top">Products Revenue by Product Line After</a> |
| (<a href="http://download.eclipse.org/birt/downloads/examples/reports/Charting/reports/ChartingExampleAfter.rptdesign" target="_blank">rptdesign</a>)</dt> |
| <dd>Presents product revenue by product line, with the addition of a pie chart, graphically summarizing the data.</dd> |
| |
| </dl> |
| |
| |
| </body> |
| </html> |