Last active
June 2, 2018 10:53
-
-
Save scorredoira/0d482f594a8131f82bbefe45973c18aa to your computer and use it in GitHub Desktop.
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
{ | |
"path": "/dashboard", | |
"type": "a.adminview", | |
"title": "@@Caja", | |
"children": { | |
"body": { | |
"type": "dashboard", | |
"children": [ | |
{ | |
"type": "row", | |
"children": [ | |
{ | |
"type": "column", | |
"children": [ | |
{ | |
"type": "tile", | |
"children": [ | |
{ | |
"title": "@@Ventas 2018", | |
"subtitle": "Green fees y Tienda", | |
"type": "header" | |
}, | |
{ | |
"type": "a.chart" | |
} | |
] | |
}, | |
{ | |
"type": "tile", | |
"children": [ | |
{ | |
"title": "@@Evolución", | |
"type": "header" | |
}, | |
{ | |
"type": "a.chart", | |
"chartType": "line" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"type": "column", | |
"children": [ | |
{ | |
"type": "tile", | |
"children": [ | |
{ | |
"title": "@@Distribución", | |
"type": "header" | |
}, | |
{ | |
"type": "a.chart", | |
"chartType": "pie" | |
} | |
] | |
}, | |
{ | |
"type": "tile", | |
"children": [ | |
{ | |
"title": "@@Sectores", | |
"type": "header" | |
}, | |
{ | |
"type": "a.chart", | |
"chartType": "doughnut" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"type": "column", | |
"children": [ | |
{ | |
"type": "tile", | |
"children": [ | |
{ | |
"title": "@@Ventas 2018", | |
"subtitle": "Green fees y Tienda", | |
"type": "header" | |
}, | |
{ | |
"type": "a.chart", | |
"chartType": "line" | |
} | |
] | |
}, | |
{ | |
"type": "tile", | |
"children": [ | |
{ | |
"title": "@@Evolución", | |
"type": "header" | |
}, | |
{ | |
"type": "a.chart", | |
"chartType": "line" | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment