Test Page: mudanças entre as edições

De Wiki Clusterlab.com.br
Ir para navegação Ir para pesquisar
Sem resumo de edição
Sem resumo de edição
Linha 1: Linha 1:
<graph fallback="Graph test seddon.png" fallbackWidth=450>
{{Graph:Chart|width=600|height=100|xAxisTitle=X|yAxisTitle=Y
digraph G {
|type=rect|x=1,2,3,4,5,6,7,8|y=10,12,6,14,2,10,7,9}}
fontname="Helvetica,Arial,sans-serif"
node [fontname="Helvetica,Arial,sans-serif"]
edge [fontname="Helvetica,Arial,sans-serif"]


subgraph cluster_0 {
{{Graph:Chart|width=100|height=100|type=pie|legend=Legende
style=filled;
|x=A,B,C,D,E,F,G,H,I|y1=100,200,150,300,100,100,150,50,200
color=lightgrey;
|y2=7,8,9,8,8,9,10,9,5|showValues=}}
node [style=filled,color=white];
a0 -> a1 -> a2 -> a3;
label = "process #1";
}


subgraph cluster_1 {
{{Graph:Chart|width=400|height=100|xAxisTitle=X|yAxisTitle=Y
node [style=filled];
|legend=Legend|type=stackedarea|x=1,2,3,4,5,6|y1=10,12,6,14,2,10
b0 -> b1 -> b2 -> b3;
|y2=2,4,6,8,13,11|interpolate=monotone|colors=seagreen,orchid}}
label = "process #2";
color=blue
}
start -> a0;
start -> b0;
a1 -> b3;
b2 -> a3;
a3 -> a0;
a3 -> end;
b3 -> end;
 
start [shape=Mdiamond];
end [shape=Msquare];
}
</graph>

Edição das 14h53min de 8 de maio de 2024