Outils pour utilisateurs

Outils du site


wiki:plugins_installes:chart2

Chart2 plugin

<chart2 240 200 barchart FFFFFF RIGHT> <chart> <!– Default chart_type –>

 <chart_data>
    <row>
       <null/>
       <string>2001</string>
       <string>2002</string>
       <string>2003</string>
       <string>2004</string>
    </row>
    <row>
       <string>Data</string>
       <number>5</number>
       <number>10</number>
       <number>30</number>
       <number>63</number>
    </row>
 </chart_data>

</chart> </chart2>

<chart2 240 200 pichart FFFFFF left> <chart>

<chart_type>pie</chart_type>  
<chart_data>
  <row>
    <null/>
    <string>Academic</string>
    <string>Others</string>
  </row>
  <row>
    <string>Data</string>
    <number label='35.1 %'>35.1</number>
    <number label='64.9 %'>64.9</number>
  </row>
</chart_data>
<chart_rect x='30' y='10' width='150' height='150'/>
<chart_label size='12'/>
  <legend layout='vertical' width='100' height='30'
         bullet='circle' font='arial' bold='true'
         size='12' color='CC0000' alpha='90' fill_color='FFFFFF'/> 
  <draw>
    <text size='14' bold='true' x='45' y='160' color='00dd33'>
      Accessed domain
    </text>
  </draw>
</chart>

</chart2>

<chart2 350 250 test1 FFFFFF RIGHT> <chart>

<axis_category size='10' color='000000' alpha='50' />
<axis_ticks value_ticks='' category_ticks='' />
<axis_value alpha='0' />

<chart_border bottom_thickness='0' left_thickness='0' />
<chart_data>
	<row>
		<null/>
		<string>JAN</string>
		<string>FEB</string>
		<string>MAR</string>
		<string>APR</string>
		<string>MAY</string>
		<string>JUN</string>
	</row>
	<row>
		<string>product 1</string>
		<number tooltip='60'>60</number>
		<number tooltip='90'>90</number>
		<number tooltip='40'>40</number>
		<number tooltip='90'>90</number>
		<number tooltip='50'>50</number>
		<number tooltip='40'>40</number>
	</row>
	<row>
		<string>product 2</string>
		<number tooltip='85'>85</number>
		<number tooltip='70'>70</number>
		<number tooltip='80'>80</number>
		<number tooltip='40'>40</number>
		<number tooltip='90'>90</number>
		<number tooltip='95'>95</number>
	</row>
</chart_data>
<chart_grid_h alpha='0' />
<chart_grid_v alpha='0' />
<chart_pref rotation_x='45' drag='false' />
<chart_rect x='60' y='-40' width='350' height='250' positive_alpha='0' />
<chart_transition type='zoom' delay='0.1' duration='0.5' order='series' />
<chart_type>3d column</chart_type>

<draw>

<text layer='background' color='000000' alpha='8' size='50' x='0' y='-10' width='500' height='200'>|||||||||||||||||||||||||||||</text>
</draw>
<filter>
	<shadow id='shadow1' distance='1' angle='45' color='0' alpha='35' blurX='4' blurY='4' />
</filter>

<legend shadow='shadow1' x='20' y='75' width='20' height='20' fill_alpha='0' layout='vertical' bullet='square' size='11' color='ffffff' alpha='90' />
<tooltip color='ffffff' alpha='80' size='10' background_color='444444' background_alpha='75' shadow='shadow1' />

<series_color>
	<color>cc9944</color>
	<color>556688</color>
</series_color>

</chart> </chart2>

<chart2 250 250 test2 FFFFFF left> <chart>

<chart_data>
	<row>
		<null/>
		<string>US</string>
		<string>UK</string>
		<string>India</string>
		<string>Japan</string>
		<string>China</string>
	</row>
	<row>
		<string></string>
		<number>50</number>
		<number>70</number>
		<number>55</number>
		<number>60</number>
		<number>30</number>
	</row>
</chart_data>
<chart_label as_percentage='1' size='9' color='ffffff' alpha='90' />
<chart_pref rotation_x='60' drag='false' />
<chart_rect x='0' y='0' width='130' height='130' positive_alpha='0' />
<chart_transition type='dissolve' delay='0.1' duration='0.3' order='category' />
<chart_type>3d pie</chart_type>
<filter>
	<shadow id='shadow1' distance='1' angle='45' color='0' alpha='35' blurX='4' blurY='4' />
</filter>

<legend shadow='shadow1' x='20' y='150' width='20' height='40' fill_alpha='0' layout='vertical' bullet='circle' size='11' color='ffffff' alpha='90' />

<series_color>
	<color>cc6600</color>
	<color>cccc44</color>
	<color>7700ee</color>
	<color>666666</color>
	<color>4488cc</color>
</series_color>
<series_explode>
	<number>0</number>
	<number>50</number>
</series_explode>

</chart> </chart2>

wiki/plugins_installes/chart2.txt · Dernière modification : 19/05/2012 00:19 de 127.0.0.1

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki