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