Skip to content

Instantly share code, notes, and snippets.

@scorredoira
Created June 2, 2018 10:53
Show Gist options
  • Select an option

  • Save scorredoira/6416a1a608a4db5bbd2fb68c3373992a to your computer and use it in GitHub Desktop.

Select an option

Save scorredoira/6416a1a608a4db5bbd2fb68c3373992a to your computer and use it in GitHub Desktop.
{
"path": "/cashregister",
"type": "a.adminview",
"title": "@@Caja",
"children": {
"body": {
"type": "dashboard",
"children": [
{
"type": "row",
"children": [
{
"type": "column",
"children": [
{
"type": "tile",
"width": "800px",
"children": [
{
"type": "a.cashregister",
"id": "cashReg",
"idCashRegister": 1
}
]
}
]
},
{
"type": "column",
"children": [
{
"type": "tile",
"height": "350px",
"children": [
{
"type": "a.dayselect",
"onClick": {
"target": "cashReg",
"command": "setDate"
}
}
]
},
{
"type": "tile",
"children": [
{
"title": "@@Evolución",
"type": "header"
},
{
"type": "a.chart",
"chartType": "bar",
"width": "270",
"height": "270"
}
]
}
]
}
]
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment