Details
-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
2.4.4, 2.5.1
-
Unknown
-
N/A
-
N/A
-
Description
I have here a customized skin (http://www.pfarreiengemeinschaft-westum-loehndorf.de/xwiki2/bin/view/St_Georg-Loehndorf/) (the colours are inspired by the vatican website).
If I create a chart like in this example the head line of the chart is still in silver.
{{velocity filter="none"}}
#set ($spaces = $xwiki.spaces)
{{chart source="inline" params="range:B1-B${spaces.size()};series:columnes;" type="pie" title="Dokumente je Space" height="800" width="850"}}
|#foreach($space in $spaces)
$space|$xwiki.getSpaceDocsName($space).size()
|#end
{{/chart}}
{{/velocity}}