Added breath sensor teleplot layout
This commit is contained in:
parent
80c8ccd54b
commit
90077f7a4e
1 changed files with 190 additions and 0 deletions
190
breathTeleplot.json
Normal file
190
breathTeleplot.json
Normal file
|
@ -0,0 +1,190 @@
|
|||
{
|
||||
"widgets": [
|
||||
{
|
||||
"type": "chart",
|
||||
"gridPos": {
|
||||
"h": 4,
|
||||
"w": 12,
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"series": [
|
||||
{
|
||||
"name": "Diff",
|
||||
"sourceNames": [
|
||||
"Diff"
|
||||
],
|
||||
"formula": "",
|
||||
"options": {
|
||||
"_serie": "Diff",
|
||||
"stroke": "rgba(231,76,60,1)",
|
||||
"fill": "rgba(231,76,60,0.1)"
|
||||
},
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "spike",
|
||||
"sourceNames": [
|
||||
"spike"
|
||||
],
|
||||
"formula": "",
|
||||
"options": {
|
||||
"_serie": "spike",
|
||||
"stroke": "rgba(52,152,219,1)",
|
||||
"fill": "rgba(52,152,219,0.1)"
|
||||
},
|
||||
"type": "number"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "chart",
|
||||
"gridPos": {
|
||||
"h": 4,
|
||||
"w": 12,
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"series": [
|
||||
{
|
||||
"name": "combo",
|
||||
"sourceNames": [
|
||||
"combo"
|
||||
],
|
||||
"formula": "",
|
||||
"options": {
|
||||
"_serie": "combo",
|
||||
"stroke": "rgba(231,76,60,1)",
|
||||
"fill": "rgba(231,76,60,0.1)"
|
||||
},
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "breath",
|
||||
"sourceNames": [
|
||||
"breath"
|
||||
],
|
||||
"formula": "",
|
||||
"options": {
|
||||
"_serie": "breath",
|
||||
"stroke": "rgba(52,152,219,1)",
|
||||
"fill": "rgba(52,152,219,0.1)"
|
||||
},
|
||||
"type": "number"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "chart",
|
||||
"gridPos": {
|
||||
"h": 6,
|
||||
"w": 12,
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"series": [
|
||||
{
|
||||
"name": "off",
|
||||
"sourceNames": [
|
||||
"off"
|
||||
],
|
||||
"formula": "",
|
||||
"options": {
|
||||
"_serie": "off",
|
||||
"stroke": "rgba(231,76,60,1)",
|
||||
"fill": "rgba(231,76,60,0.1)"
|
||||
},
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "thr",
|
||||
"sourceNames": [
|
||||
"thr"
|
||||
],
|
||||
"formula": "",
|
||||
"options": {
|
||||
"_serie": "thr",
|
||||
"stroke": "rgba(52,152,219,1)",
|
||||
"fill": "rgba(52,152,219,0.1)"
|
||||
},
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "breathMovingThr",
|
||||
"sourceNames": [
|
||||
"breathMovingThr"
|
||||
],
|
||||
"formula": "",
|
||||
"options": {
|
||||
"_serie": "breathMovingThr",
|
||||
"stroke": "rgba(46,204,113,1)",
|
||||
"fill": "rgba(46,204,113,0.1)"
|
||||
},
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "combo",
|
||||
"sourceNames": [
|
||||
"combo"
|
||||
],
|
||||
"formula": "",
|
||||
"options": {
|
||||
"_serie": "combo",
|
||||
"stroke": "rgba(155,89,182,1)",
|
||||
"fill": "rgba(155,89,182,0.1)"
|
||||
},
|
||||
"type": "number"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "chart",
|
||||
"gridPos": {
|
||||
"h": 6,
|
||||
"w": 12,
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"series": [
|
||||
{
|
||||
"name": "note",
|
||||
"sourceNames": [
|
||||
"note"
|
||||
],
|
||||
"formula": "",
|
||||
"options": {
|
||||
"_serie": "note",
|
||||
"stroke": "rgba(231,76,60,1)",
|
||||
"fill": "rgba(231,76,60,0.1)"
|
||||
},
|
||||
"type": "number"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "chart",
|
||||
"gridPos": {
|
||||
"h": 6,
|
||||
"w": 12,
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"series": [
|
||||
{
|
||||
"name": "velocity",
|
||||
"sourceNames": [
|
||||
"velocity"
|
||||
],
|
||||
"formula": "",
|
||||
"options": {
|
||||
"_serie": "velocity",
|
||||
"stroke": "rgba(231,76,60,1)",
|
||||
"fill": "rgba(231,76,60,0.1)"
|
||||
},
|
||||
"type": "number"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"viewDuration": "10"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue