Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-5715

chart macro ignores skin colours

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 2.4.4, 2.5.1
    • Chart
    • None
    • Unknown

    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}}
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            dirk@computer42.org H.-Dirk Schmitt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: