|
|
Line 1: |
Line 1: |
| <noinclude>
| |
| This is the "PieChart" template.
| |
| It should be called in the following format:
| |
| <pre>
| |
| {{PieChart
| |
| |data=
| |
| |delimiter=
| |
| |chartTitle=
| |
| |seriesName=
| |
| |chartSize=
| |
| |renderTo=
| |
| |plotBackgroundColor=
| |
| |plotBorderWidth=
| |
| |plotShadow=
| |
| |percentageDecimals=
| |
| |allowPointSelect=
| |
| |cursor=
| |
| |dataLabels=
| |
| }}
| |
| </pre>
| |
| Edit the page to see the template text.
| |
| </noinclude><includeonly>{| class="wikitable"
| |
| !
| |
| | {{{data|}}}
| |
| |-
| |
| !
| |
| | {{{delimiter|}}}
| |
| |-
| |
| !
| |
| | {{{chartTitle|}}}
| |
| |-
| |
| !
| |
| | {{{seriesName|}}}
| |
| |-
| |
| !
| |
| | {{{chartSize|}}}
| |
| |-
| |
| !
| |
| | {{{renderTo|}}}
| |
| |-
| |
| !
| |
| | {{{plotBackgroundColor|}}}
| |
| |-
| |
| !
| |
| | {{{plotBorderWidth|}}}
| |
| |-
| |
| !
| |
| | {{{plotShadow|}}}
| |
| |-
| |
| !
| |
| | {{{percentageDecimals|}}}
| |
| |-
| |
| !
| |
| | {{{allowPointSelect|}}}
| |
| |-
| |
| !
| |
| | {{{cursor|}}}
| |
| |-
| |
| !
| |
| | {{{dataLabels|}}}
| |
| |-
| |
| !
| |
| |}
| |
| </includeonly>
| |
|
| |
| <html> | | <html> |
| <script language="javascript" type="text/javascript" src="/resource_browser/rb_js/flot/jquery.flot.js"></script> | | <script language="javascript" type="text/javascript" src="/resource_browser/rb_js/flot/jquery.flot.js"></script> |