update default config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2020-08-22 13:03:42 +02:00
parent f46e61e1a3
commit 49f6bcf30e

View File

@ -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'