Translations:Data analysis/2/es: Difference between revisions

From ARIS
Jump to navigation Jump to search
Merce (talk | contribs)
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"]; //----- Data Analysis graph // Nodes DataAnalysis [label="Data Analysis"]; GlobalIndicators [label="Global Indicators" shape=tab URL="#Global_indicators" ]; TestsPerLaboratoryArea [label="Tests Per Laboratory Area" shape=tab URL="#Tests_per_laboratory_area"];..."
 
Alberto (talk | contribs)
No edit summary
Line 5: Line 5:
   //----- Data Analysis graph
   //----- Data Analysis graph
     // Nodes
     // Nodes
     DataAnalysis [label="Data Analysis"];
     DataAnalysis [label="Análisis de Datos"];
     GlobalIndicators [label="Global Indicators" shape=tab URL="#Global_indicators" ];
     GlobalIndicators [label="Indicadores Globales" shape=tab URL="#Indicadores_globales" ];
     TestsPerLaboratoryArea [label="Tests Per Laboratory Area" shape=tab URL="#Tests_per_laboratory_area"];
     TestsPerLaboratoryArea [label="Tests por Área de Laboratorio" shape=tab URL="#Tests_por_área_de_laboratorio"];
     TestsPerKind [label="Tests Per Kind" shape=tab URL="#Tests_per_kind"];
     TestsPerKind [label="Tests por Tipo" shape=tab URL="#Tests_por_tipo"];
     // Edges
     // Edges
     DataAnalysis -> GlobalIndicators;
     DataAnalysis -> GlobalIndicators;

Revision as of 10:45, 1 February 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Data analysis)
<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"];
  //----- Data Analysis graph
   // Nodes
   DataAnalysis [label="Data Analysis"];
   GlobalIndicators [label="Global Indicators" shape=tab URL="#Global_indicators" ];
   TestsPerLaboratoryArea [label="Tests Per Laboratory Area" shape=tab URL="#Tests_per_laboratory_area"];
   TestsPerKind [label="Tests Per Kind" shape=tab URL="#Tests_per_kind"];
   TestsPerResult [label="Tests Per Result" shape=tab URL="#Tests_per_result"];
   TestsPerGender [label="Tests Per Gender" shape=tab URL="#Tests_per_gender"];
   // Edges
   DataAnalysis -> GlobalIndicators;
   DataAnalysis -> TestsPerLaboratoryArea;
   DataAnalysis -> TestsPerKind;
   DataAnalysis -> TestsPerResult;
   DataAnalysis -> TestsPerGender;
}
</graphviz>
</div>