~ubuntu-branches/ubuntu/raring/z3c.rml/raring-201302251714

« back to all changes in this revision

Viewing changes to src/z3c/rml/tests/input/tag-spiderChart.rml

  • Committer: Bazaar Package Importer
  • Author(s): Gediminas Paulauskas
  • Date: 2011-01-05 22:34:45 UTC
  • Revision ID: james.westby@ubuntu.com-20110105223445-wkcn61jbbuqid38s
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
<!DOCTYPE document SYSTEM "rml.dtd">
 
3
 
 
4
<document
 
5
    filename="tag-spiderChart.pdf"
 
6
    xmlns:doc="http://namespaces.zope.org/rml/doc">
 
7
 
 
8
  <pageDrawing>
 
9
 
 
10
    <setFont name="Helvetica-Bold" size="16" />
 
11
    <drawCenteredString x="4.1in" y="11in">
 
12
      Spider Chart Demo
 
13
    </drawCenteredString>
 
14
 
 
15
    <spiderChart
 
16
        dx="2in" dy="7in" dwidth="6in" dheight="4in"
 
17
         x="0"    y="0"    width="3in"  height="3in"
 
18
         doc:example="">
 
19
      <labels>
 
20
        <label>a</label>
 
21
        <label>b</label>
 
22
        <label>c</label>
 
23
        <label>d</label>
 
24
        <label>e</label>
 
25
        <label>f</label>
 
26
      </labels>
 
27
      <strands doc:example="">
 
28
        <strand strokeColor="cornsilk" fillColor="cornsilk" doc:example="" />
 
29
        <strand strokeColor="cyan" fillColor="cyan" />
 
30
        <strand strokeColor="palegreen" fillColor="palegreen" />
 
31
      </strands>
 
32
      <spokes strokeDashArray="2 2" doc:example="" />
 
33
      <data>
 
34
        <series>12 14 16 14 12</series>
 
35
        <series>6 8 10 12 9 15</series>
 
36
        <series>7 8 17 4 12 8</series>
 
37
      </data>
 
38
    </spiderChart>
 
39
 
 
40
    <spiderChart
 
41
        dx="2in" dy="4in" dwidth="6in" dheight="4in"
 
42
         x="0"    y="0"    width="3in"  height="3in">
 
43
      <spokeLabels fontName="Helvetica-Bold"
 
44
                   doc:example="z3c.rml.chart.ISpokeLabels">
 
45
        <label doc:example="z3c.rml.chart.ISpokeLabel">U</label>
 
46
        <label>V</label>
 
47
        <label>W</label>
 
48
        <label>X</label>
 
49
        <label>Y</label>
 
50
        <label>Z</label>
 
51
      </spokeLabels>
 
52
      <strands symbol="FilledDiamond" symbolSize="6">
 
53
        <strand strokeColor="red" fillColor="pink" />
 
54
        <strand strokeColor="blue" fillColor="yellow"
 
55
                symbol="Circle" strokeWidth="0.5" />
 
56
        <strand strokeColor="green" fillColor="palegreen" />
 
57
      </strands>
 
58
      <strandLabels dR="-5" format="values"
 
59
                    doc:example="z3c.rml.chart.IStrandLabels">
 
60
        <label row="0" col="3" dx="-10"
 
61
               doc:example="z3c.rml.chart.IStrandLabel">special</label>
 
62
        <label row="0" col="1" dy="5">one</label>
 
63
        <label row="0" col="0" dy="5">zero</label>
 
64
        <label row="1" col="0" dy="10">Earth</label>
 
65
        <label row="2" col="2" dx="10">Mars</label>
 
66
      </strandLabels>
 
67
      <spokes strokeDashArray="2 2" />
 
68
      <data>
 
69
        <series>12 14 16 14 12</series>
 
70
        <series>6 8 10 12 9 15</series>
 
71
        <series>7 8 17 4 12 8</series>
 
72
      </data>
 
73
    </spiderChart>
 
74
 
 
75
  </pageDrawing>
 
76
</document>