visualizercore
This configuration is optional when using the plugins:
-
Chart -
Gis
-
Documentation
-
YAML Format
-
XML Format
| Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets. |
<visualizerConfiguration
>
required<areaChartNormedToZero
>
optionalboolean
</areaChartNormedToZero>
<dataSeriesPalette
optionalFarbskala, das für die Datenserien verwendet wird.
<color
requiredmax. unboundedOnly one color here is relevant: if defined it is used as a fallback background color for the pie charts rendered in a map if no specific color is defined.
red
required=
>=0<=255xs:integergreen
required=
>=0<=255xs:integerblue
required=
>=0<=255xs:integeralpha
optional=
>=0<=255xs:integer
</color>
</dataSeriesPalette>
</visualizerConfiguration>
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
cadenzaconfig:
settings:
visualizercore:
areaChartNormedToZero: true
dataSeriesPalette:
- red: 15
green: 15
blue: 15
alpha: 15
- red: 15
green: 15
blue: 15
alpha: 15
defaultBehavior:
axis:
yAxis:
broken:
enabled: true
Filename: visualizercore-config.xml
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<visualizerConfiguration>
<areaChartNormedToZero>true</areaChartNormedToZero>
<dataSeriesPalette>
<color red="15" green="15" blue="15" alpha="15"/>
<color red="15" green="15" blue="15" alpha="15"/>
</dataSeriesPalette>
<defaultBehavior>
<axis>
<yAxis>
<broken>
<enabled>true</enabled>
</broken>
</yAxis>
</axis>
</defaultBehavior>
</visualizerConfiguration>