Différences entre les versions de « Lapetitionretraite.fr »
Aller à la navigation
Aller à la recherche
Ligne 41 : | Ligne 41 : | ||
Les trois graph ci-dessous sont issus de ce code : | Les trois graph ci-dessous sont issus de ce code : | ||
< | <pre> | ||
{{Graph:Chart|width=400|height=100|xAxisTitle=X|yAxisTitle=Y | {{Graph:Chart|width=400|height=100|xAxisTitle=X|yAxisTitle=Y | ||
|type=rect|x=1,2,3,4,5,6,7,8|y=10,12,6,14,2,10,7,9}} | |type=rect|x=1,2,3,4,5,6,7,8|y=10,12,6,14,2,10,7,9}} | ||
{{Graph:Chart|width=100|height=100|type=pie|legend=Légende | {{Graph:Chart|width=100|height=100|type=pie|legend=Légende | ||
|x=A,B,C,D,E,F,G,H,I|y1=100,200,150,300,100,100,150,50,200 | |x=A,B,C,D,E,F,G,H,I|y1=100,200,150,300,100,100,150,50,200 | ||
|y2=7,8,9,8,8,9,10,9,5|showValues=}} | |y2=7,8,9,8,8,9,10,9,5|showValues=}} | ||
{{Graph:Chart|width=400|height=100|xAxisTitle=X|yAxisTitle=Y | {{Graph:Chart|width=400|height=100|xAxisTitle=X|yAxisTitle=Y | ||
|legend=Légende|type=stackedarea|x=1,2,3,4,5,6|y1=10,12,6,14,2,10 | |legend=Légende|type=stackedarea|x=1,2,3,4,5,6|y1=10,12,6,14,2,10 | ||
|y2=2,4,6,8,13,11|interpolate=monotone|colors=seagreen,orchid}} | |y2=2,4,6,8,13,11|interpolate=monotone|colors=seagreen,orchid}} | ||
</ | </pre> | ||
{{Graph:Chart|width=400|height=100|xAxisTitle=X|yAxisTitle=Y | {{Graph:Chart|width=400|height=100|xAxisTitle=X|yAxisTitle=Y |
Version du 5 janvier 2020 à 17:38
Source : lapetitionretraite.fr
Signataires | 16289 | 20054 | ||||||
Heure | 15:00 | 16:45 | ||||||
Date | 05.01.2019 |
Mise en forme
Mise en forme possible grâce à l'l'extension Graph.
Exemples
Les trois graph ci-dessous sont issus de ce code :
{{Graph:Chart|width=400|height=100|xAxisTitle=X|yAxisTitle=Y |type=rect|x=1,2,3,4,5,6,7,8|y=10,12,6,14,2,10,7,9}} {{Graph:Chart|width=100|height=100|type=pie|legend=Légende |x=A,B,C,D,E,F,G,H,I|y1=100,200,150,300,100,100,150,50,200 |y2=7,8,9,8,8,9,10,9,5|showValues=}} {{Graph:Chart|width=400|height=100|xAxisTitle=X|yAxisTitle=Y |legend=Légende|type=stackedarea|x=1,2,3,4,5,6|y1=10,12,6,14,2,10 |y2=2,4,6,8,13,11|interpolate=monotone|colors=seagreen,orchid}}