view gnv-artifacts/doc/conf/charttemplate.xml @ 522:c896282c2601

Issue 156 solved. Added width, height and points as parameter to svg and pdf output mode. Width and height have an effact on the width and height of the export, points is a boolean property which enables/disables the drawing of data points. gnv-artifacts/trunk@616 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 25 Jan 2010 09:18:31 +0000
parents 22a6493e8460
children 250160797195
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<theme>
    <name value="Default Theme" />
    <!-- ========================= chart =======================!-->
    <chart>
        <background>
            <color value="0xFFFFFF" />
        </background>
    </chart>
    <!-- ========================= title ==========================!-->
    <title>
        <font>
            <size value="20" />
            <type value="Tahoma" />
            <color value="0x000000" />
            <bold value="true" />
        </font>
    </title>
    <!-- ========================= subtitle =======================!-->
    <subtitle>
        <font>
            <size value="14" />
            <type value="Tahoma" />
            <color value="0x000000" />
            <bold value="false" />
        </font>
    </subtitle>
    <!-- ========================= legend =======================!-->
    <legend>
        <font>
            <size value="12" />
            <color value="0x000000" />
        </font>
        <background>
            <color value="0xFFFFFF" />
        </background>
    </legend>
    <!-- ========================= plot =======================!-->
    <plot>
        <background>
            <color value="0xDDDDDD" />
        </background>
        <outline>
            <color value="0xAAAAAA" />
        </outline>
        <domaingridline>
            <color value="0xFFFFFF" />
        </domaingridline>
        <rangegridline>
            <color value="0xFFFFFF" />
        </rangegridline>
        <domaincrosshair>
            <visible value="true" />
        </domaincrosshair>
        <rangecrosshair>
            <visible value="true" />
        </rangecrosshair>
        <offset>
            <top>5</top>
            <bottom>5</bottom>
            <left>5</left>
            <right>5</right>
        </offset>
        <itemrenderer>
            <width value="4" />
            <height value="4" />
            <renderLines value="true" />
            <renderPoints value="true" />
        </itemrenderer>
    </plot>
    <!-- ========================= axis =======================!-->
    <axis>
        <label>
            <color value="0x000000" />
        </label>
        <ticklabel>
            <color value="0x000000" />
        </ticklabel>
    </axis>
</theme>

http://dive4elements.wald.intevation.org