Translations:Data analysis/2/pt: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (4 intermediate revisions by one other user not shown) | |||
| Line 5: | Line 5: | ||
//----- Data Analysis graph | //----- Data Analysis graph | ||
// Nodes | // Nodes | ||
DataAnalysis [ | DataAnalysis [label="Análise de Dados"]; | ||
GlobalIndicators [label="Indicadores Globais" shape=tab URL="# | 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="#Testes_por_tipo"]; | TestsPerKind [label="Testes por tipo" shape=tab URL="#Testes_por_tipo"]; | ||
TestsPerResult [label="Testes por resultado" shape=tab URL="#Testes_por_resultado"]; | |||
TestsPerGender [label="Testes por gênero" shape=tab URL="#Testes_por_gênero"]; | TestsPerGender [label="Testes por gênero" shape=tab URL="#Testes_por_gênero"]; | ||
// Edges | // Edges | ||
| Line 14: | Line 15: | ||
DataAnalysis -> TestsPerLaboratoryArea; | DataAnalysis -> TestsPerLaboratoryArea; | ||
DataAnalysis -> TestsPerKind; | DataAnalysis -> TestsPerKind; | ||
DataAnalysis -> TestsPerResult; | |||
DataAnalysis -> TestsPerGender; | DataAnalysis -> TestsPerGender; | ||
} | } | ||
</graphviz> | </graphviz> | ||
</div> | </div> | ||