This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="es"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Dashboard de Áreas</title> | |
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js"></script> | |
<!-- script propio --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"AREA":"CLINICA MEDICA", | |
"ANIOMES":"202001", | |
"CANT":486 | |
}, | |
{ | |
"AREA":"CLINICA MEDICA", | |
"ANIOMES":"202002", | |
"CANT":392 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="es"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |
<title>Tablero de Test - Dashboard</title> | |
<style> | |
:root { | |
--green:#2ecc71; | |
--orange:#f39c12; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"fecha": "17/10/2025 18:30", | |
"link-apk": "https://drive.google.com/file/d/1tYC1jjZcaRV9_CcTaK0PuI5tfFVyfvxk/view?usp=drive_link", | |
"modulos": [ | |
{ | |
"nombre": "LOGIN", | |
"docTest": "https://docs.google.com/document/d/1Jgad5lzaFphdt3SO4gmNcuceWc2LLaxtAUIiGSEec6s/edit?tab=t.0", | |
"estado": "TEST FINALIZADO", | |
"observaciones": [], | |
"submodulos": [ |