diff --git a/breathTeleplot.json b/breathTeleplot.json new file mode 100644 index 0000000..eba380b --- /dev/null +++ b/breathTeleplot.json @@ -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" +} \ No newline at end of file