dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #03664
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1222: Added pie chart report.
------------------------------------------------------------
revno: 1222
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Sun 2009-12-13 09:33:42 +0100
message:
Added pie chart report.
added:
resources/jrxml/malaria_morbidity.jrxml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== added file 'resources/jrxml/malaria_morbidity.jrxml'
--- resources/jrxml/malaria_morbidity.jrxml 1970-01-01 00:00:00 +0000
+++ resources/jrxml/malaria_morbidity.jrxml 2009-12-13 08:33:42 +0000
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="morbidity" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20">
+ <queryString>
+ <![CDATA[select * from _report_morbidity_districts;]]>
+ </queryString>
+ <field name="dataelementid" class="java.lang.Integer">
+ <fieldDescription><![CDATA[]]></fieldDescription>
+ </field>
+ <field name="organisationunitid" class="java.lang.Integer">
+ <fieldDescription><![CDATA[]]></fieldDescription>
+ </field>
+ <field name="dataelementname" class="java.lang.String">
+ <fieldDescription><![CDATA[]]></fieldDescription>
+ </field>
+ <field name="organisationunitname" class="java.lang.String">
+ <fieldDescription><![CDATA[]]></fieldDescription>
+ </field>
+ <field name="reporting_month_name" class="java.lang.String">
+ <fieldDescription><![CDATA[]]></fieldDescription>
+ </field>
+ <field name="reporting_month" class="java.lang.Double">
+ <fieldDescription><![CDATA[]]></fieldDescription>
+ </field>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="78" splitType="Stretch">
+ <staticText>
+ <reportElement x="136" y="10" width="282" height="32" forecolor="#2E488C"/>
+ <textElement textAlignment="Center">
+ <font fontName="SansSerif" size="25"/>
+ </textElement>
+ <text><![CDATA[Malaria Morbidity]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="199" y="52" width="157" height="20"/>
+ <textElement textAlignment="Center">
+ <font isBold="false" isItalic="false"/>
+ </textElement>
+ <text><![CDATA[Sierra Leone Ministry of Health]]></text>
+ </staticText>
+ </band>
+ </title>
+ <pageHeader>
+ <band height="14" splitType="Stretch"/>
+ </pageHeader>
+ <columnHeader>
+ <band height="34" splitType="Stretch">
+ <staticText>
+ <reportElement x="293" y="10" width="69" height="20"/>
+ <textElement textAlignment="Center" verticalAlignment="Middle">
+ <font size="8" isBold="true" pdfFontName="Helvetica-Bold"/>
+ </textElement>
+ <text><![CDATA[Value]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="193" y="10" width="100" height="20"/>
+ <textElement verticalAlignment="Middle">
+ <font size="8" isBold="true" pdfFontName="Helvetica-Bold"/>
+ </textElement>
+ <text><![CDATA[Organisation unit]]></text>
+ </staticText>
+ <line>
+ <reportElement x="193" y="29" width="169" height="1"/>
+ <graphicElement>
+ <pen lineWidth="0.25" lineColor="#999999"/>
+ </graphicElement>
+ </line>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="15" splitType="Stretch">
+ <textField>
+ <reportElement x="193" y="0" width="100" height="15"/>
+ <textElement>
+ <font size="8"/>
+ </textElement>
+ <textFieldExpression class="java.lang.String"><![CDATA[$F{organisationunitname}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="293" y="0" width="69" height="15"/>
+ <textElement textAlignment="Center">
+ <font size="8"/>
+ </textElement>
+ <textFieldExpression class="java.lang.Double"><![CDATA[$F{reporting_month}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <columnFooter>
+ <band height="14" splitType="Stretch"/>
+ </columnFooter>
+ <pageFooter>
+ <band height="15" splitType="Stretch"/>
+ </pageFooter>
+ <summary>
+ <band height="374" splitType="Stretch">
+ <pie3DChart>
+ <chart>
+ <reportElement x="27" y="51" width="503" height="320"/>
+ <chartTitle/>
+ <chartSubtitle/>
+ <chartLegend/>
+ </chart>
+ <pieDataset>
+ <keyExpression><![CDATA[$F{organisationunitname}]]></keyExpression>
+ <valueExpression><![CDATA[$F{reporting_month}]]></valueExpression>
+ </pieDataset>
+ <pie3DPlot>
+ <plot/>
+ <itemLabel color="#000000" backgroundColor="#FFFFFF"/>
+ </pie3DPlot>
+ </pie3DChart>
+ </band>
+ </summary>
+</jasperReport>