This commit is contained in:
parent
f46e61e1a3
commit
49f6bcf30e
@ -6,32 +6,26 @@
|
||||
*/
|
||||
|
||||
export default [
|
||||
{
|
||||
type: 'table',
|
||||
columns: [
|
||||
'id',
|
||||
'app',
|
||||
'timestamp'
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'table',
|
||||
columns: [ 'data' ]
|
||||
},
|
||||
{
|
||||
type: 'chart',
|
||||
x: 'timestamp',
|
||||
y: [
|
||||
{
|
||||
label: 'foo',
|
||||
field: 'data/num2',
|
||||
color: '#ff000055',
|
||||
label: 'temperature',
|
||||
field: 'data/temperature',
|
||||
color: '#ff0000',
|
||||
fill: '#0000'
|
||||
},
|
||||
{
|
||||
label: 'bar',
|
||||
field: 'data/num3',
|
||||
color: '#00ff00',
|
||||
label: 'humidity',
|
||||
field: 'data/humidity',
|
||||
color: '#0000ff',
|
||||
fill: '#0000'
|
||||
},
|
||||
{
|
||||
label: 'light',
|
||||
field: 'data/light',
|
||||
color: '#ffff00',
|
||||
fill: '#0000'
|
||||
}
|
||||
]
|
||||
@ -40,15 +34,6 @@ export default [
|
||||
type: 'table',
|
||||
columns: [
|
||||
'id',
|
||||
'app',
|
||||
'message'
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'table',
|
||||
columns: [
|
||||
'id',
|
||||
'app',
|
||||
'message',
|
||||
'data',
|
||||
'timestamp'
|
||||
|
Loading…
x
Reference in New Issue
Block a user