add: charts more used to dashboard
This commit is contained in:
32
src/data/loadsType.json
Normal file
32
src/data/loadsType.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user