Implemented pie charts

This commit is contained in:
skyanth
2017-01-12 11:58:28 +01:00
parent d7036b5d86
commit bd45a3c4c8
6 changed files with 663 additions and 9 deletions
+13
View File
@@ -158,6 +158,7 @@
<xs:element ref="img"/>
<xs:element ref="div"/>
<xs:element ref="generate_targets"/>
<xs:element ref="generate_piechart"/>
<xs:element ref="generate_recommendations"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="generate_findings"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="finding"/>
@@ -173,6 +174,18 @@
</xs:complexType>
</xs:element>
<xs:element name="generate_piechart">
<xs:complexType>
<xs:attribute ref="pieAttr" use="required"/>
<xs:attribute ref="pieElem" use="required"/>
<xs:attribute ref="pieHeight" use="required"/>
</xs:complexType>
</xs:element>
<xs:attribute name="pieAttr" type="xs:string"/>
<xs:attribute name="pieElem" type="xs:string"/>
<xs:attribute name="pieHeight" type="xs:integer"/>
<xs:attribute name="inexecsummary">
<xs:simpleType>
<xs:restriction base="xs:string">