Skip to content

Instantly share code, notes, and snippets.

@scorredoira
Last active June 2, 2018 10:53
Show Gist options
  • Save scorredoira/0d482f594a8131f82bbefe45973c18aa to your computer and use it in GitHub Desktop.
Save scorredoira/0d482f594a8131f82bbefe45973c18aa to your computer and use it in GitHub Desktop.
{
"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