Inscreva-se e colabore nesta página do Boletim Sambrasense, o site livre sobre São Brás de Alportel.
Diferenças entre edições de "Ajuda:Gráficos"
Linha 1: | Linha 1: | ||
− | + | Alguns exemplos de como adicionar gráficos ao Boletim | |
== Gráfico de barras == | == Gráfico de barras == | ||
− | + | <pbars size=300x150 title="Site Visitors" | |
− | < | + | ymin=0 ymax=10000 legend> |
− | , | + | ,Europe,United States,Asia |
− | + | Oct,5345,3110,1291 | |
− | Nov, | + | Nov,3452,3695,1047 |
− | + | Dec,7843,4712,1305 | |
− | </ | + | </pbars> |
<pre><nowiki> | <pre><nowiki> | ||
− | < | + | <pbars size=300x150 title="Site Visitors" |
− | , | + | ymin=0 ymax=10000 legend> |
− | + | ,Europe,United States,Asia | |
− | Nov, | + | Oct,5345,3110,1291 |
− | + | Nov,3452,3695,1047 | |
− | </ | + | Dec,7843,4712,1305 |
+ | </pbars> | ||
</nowiki></pre> | </nowiki></pre> | ||
− | |||
− | |||
== Gráfico de linhas == | == Gráfico de linhas == | ||
− | + | <pLines ymin=0 ymax=10000 axiscolor=888888 cubic filled | |
− | < | + | angle=90 plots legend> |
− | + | ,US,EU | |
− | + | Jan,6748,4301 | |
− | + | Feb,3911,5019 | |
− | + | Mar,3019,3941 | |
− | + | Apr,4810,6412 | |
− | + | May,2203,4823 | |
− | + | Jun,4510,4110 | |
− | + | Jul,3918,5510 | |
− | + | Aug,8810,2930 | |
− | + | Sep,7182,3504 | |
− | + | Oct,6911,3881 | |
− | + | Nov,6749,4761 | |
− | + | Dec,7184,4918 | |
− | </ | + | </pLines> |
− | |||
− | |||
<pre><nowiki> | <pre><nowiki> | ||
− | < | + | <pLines ymin=0 ymax=10000 axiscolor=888888 cubic filled |
− | + | angle=90 plots legend> | |
− | + | ,US,EU | |
− | + | Jan,6748,4301 | |
− | + | Feb,3911,5019 | |
− | + | Mar,3019,3941 | |
− | + | Apr,4810,6412 | |
− | + | May,2203,4823 | |
− | + | Jun,4510,4110 | |
− | + | Jul,3918,5510 | |
− | + | Aug,8810,2930 | |
− | + | Sep,7182,3504 | |
− | + | Oct,6911,3881 | |
− | + | Nov,6749,4761 | |
− | </ | + | Dec,7184,4918 |
+ | </pLines> | ||
</nowiki></pre> | </nowiki></pre> | ||
− | |||
== Gráfico de sectores == | == Gráfico de sectores == | ||
− | + | <pPie exploded 3d> | |
− | < | + | Sales,43 |
− | + | Marketing,21 | |
− | + | Development,56 | |
− | + | Customer Support,23 | |
− | + | Information Technology,31 | |
− | + | Administration,13 | |
− | + | </pPie> | |
− | |||
− | </ | ||
<pre><nowiki> | <pre><nowiki> | ||
− | < | + | <pPie exploded 3d> |
− | + | Sales,43 | |
− | + | Marketing,21 | |
− | + | Development,56 | |
− | + | Customer Support,23 | |
− | + | Information Technology,31 | |
− | + | Administration,13 | |
− | + | </pPie> | |
− | </ | ||
</nowiki></pre> | </nowiki></pre> | ||
− | |||
− | |||
== Manual == | == Manual == | ||
− | Para ver como adicionar gráficos ao Boletim consultar o manual da extensão [http://www.mediawiki.org/wiki/Extension: | + | Para ver como adicionar gráficos ao Boletim consultar o manual da extensão: |
− | + | * [http://www.mediawiki.org/wiki/Extension:Pchart4mw Gchart4mw]. | |
+ | * [http://code.google.com/p/pchart4mw/ Pchart4mw] | ||
[[Categoria:Ajuda]] | [[Categoria:Ajuda]] |
Revisão das 14h55min de 31 de janeiro de 2010
Alguns exemplos de como adicionar gráficos ao Boletim
Gráfico de barras
<pbars size=300x150 title="Site Visitors" ymin=0 ymax=10000 legend> ,Europe,United States,Asia Oct,5345,3110,1291 Nov,3452,3695,1047 Dec,7843,4712,1305 </pbars>
<pbars size=300x150 title="Site Visitors" ymin=0 ymax=10000 legend> ,Europe,United States,Asia Oct,5345,3110,1291 Nov,3452,3695,1047 Dec,7843,4712,1305 </pbars>
Gráfico de linhas
<pLines ymin=0 ymax=10000 axiscolor=888888 cubic filled angle=90 plots legend> ,US,EU Jan,6748,4301 Feb,3911,5019 Mar,3019,3941 Apr,4810,6412 May,2203,4823 Jun,4510,4110 Jul,3918,5510 Aug,8810,2930 Sep,7182,3504 Oct,6911,3881 Nov,6749,4761 Dec,7184,4918 </pLines>
<pLines ymin=0 ymax=10000 axiscolor=888888 cubic filled angle=90 plots legend> ,US,EU Jan,6748,4301 Feb,3911,5019 Mar,3019,3941 Apr,4810,6412 May,2203,4823 Jun,4510,4110 Jul,3918,5510 Aug,8810,2930 Sep,7182,3504 Oct,6911,3881 Nov,6749,4761 Dec,7184,4918 </pLines>
Gráfico de sectores
<pPie exploded 3d> Sales,43 Marketing,21 Development,56 Customer Support,23 Information Technology,31 Administration,13 </pPie>
<pPie exploded 3d> Sales,43 Marketing,21 Development,56 Customer Support,23 Information Technology,31 Administration,13 </pPie>
Manual
Para ver como adicionar gráficos ao Boletim consultar o manual da extensão: