add: charts more used to dashboard

This commit is contained in:
Alexandro Uc Santos
2024-02-01 15:12:24 -06:00
parent 921591da10
commit 79b5cc0f13
4 changed files with 263 additions and 67 deletions

32
src/data/loadsType.json Normal file
View File

@@ -0,0 +1,32 @@
[
{
"name": "Published",
"status": "Publicado",
"color": "#ffd22b"
},
{
"name": "Loading",
"status": "Cargando",
"color": "green"
},
{
"name": "Transit",
"status": "En Transito",
"color": "red"
},
{
"name": "Downloading",
"status": "Descargando",
"color": "#0F5E21"
},
{
"name": "Delivered",
"status": "Entregado",
"color": "blue"
},
{
"name": "Draf",
"status": "Sin publicar",
"color": "#000000"
}
]