Translations:Data analysis/2/pt: Difference between revisions
Jump to navigation
Jump to search
Created page with "<div style="float:right; margin: 0px 0px 0px 0px"> <graphviz border='frame' format='svg'> digraph FunctionalitiesDiagram { node [shape="oval" style=filled fillcolor="orange" fontsize="9pt"]; //----- Gráfico de análise de dados // Nodes Análise de Dados [rótulo="Análise de Dados"]; Indicadores Globais [label="Indicadores Globais" shape=tab URL="#Indicadores_Globais" ]; TestsPerLaboratoryArea [label="Testes por área de laboratório" shape=tab URL="#Testes_por_área_d..." |
No edit summary |
||
| (5 intermediate revisions by one other user not shown) | |||
| Line 3: | Line 3: | ||
digraph FunctionalitiesDiagram { | digraph FunctionalitiesDiagram { | ||
node [shape="oval" style=filled fillcolor="orange" fontsize="9pt"]; | node [shape="oval" style=filled fillcolor="orange" fontsize="9pt"]; | ||
//----- | //----- Data Analysis graph | ||
// Nodes | // Nodes | ||
DataAnalysis [label="Análise de Dados"]; | |||
GlobalIndicators [label="Indicadores Globais" shape=tab URL="#Indicadores_globais" ]; | |||
TestsPerLaboratoryArea [label="Testes por área de laboratório" shape=tab URL="# | TestsPerLaboratoryArea [label="Testes por área de laboratório" shape=tab URL="#Testes_por_área_laboratorial"]; | ||
TestsPerKind [label="Testes por tipo" shape=tab URL="# | TestsPerKind [label="Testes por tipo" shape=tab URL="#Testes_por_tipo"]; | ||
TestsPerGender [label="Testes por gênero" shape=tab URL="# | TestsPerResult [label="Testes por resultado" shape=tab URL="#Testes_por_resultado"]; | ||
// Edges | TestsPerGender [label="Testes por gênero" shape=tab URL="#Testes_por_gênero"]; | ||
// Edges | |||
DataAnalysis -> GlobalIndicators; | |||
DataAnalysis -> TestsPerLaboratoryArea; | |||
DataAnalysis -> TestsPerKind; | |||
DataAnalysis -> TestsPerResult; | |||
DataAnalysis -> TestsPerGender; | |||
} | } | ||
</graphviz> | </graphviz> | ||
</div> | </div> | ||