794 lines
19 KiB
JSON
794 lines
19 KiB
JSON
{
|
|
"meta": {
|
|
"version": "1",
|
|
"type": "dashboard",
|
|
"name": "cobald-Template",
|
|
"description": "template created from dashboard: cobald"
|
|
},
|
|
"content": {
|
|
"data": {
|
|
"type": "dashboard",
|
|
"attributes": {
|
|
"name": "cobald",
|
|
"description": ""
|
|
},
|
|
"relationships": {
|
|
"label": {
|
|
"data": []
|
|
},
|
|
"cell": {
|
|
"data": [
|
|
{
|
|
"type": "cell",
|
|
"id": "07900a722c363000"
|
|
},
|
|
{
|
|
"type": "cell",
|
|
"id": "07900a7236f63000"
|
|
},
|
|
{
|
|
"type": "cell",
|
|
"id": "07900a723cf63000"
|
|
},
|
|
{
|
|
"type": "cell",
|
|
"id": "07900a7243f63000"
|
|
},
|
|
{
|
|
"type": "cell",
|
|
"id": "079e694f29581000"
|
|
},
|
|
{
|
|
"type": "cell",
|
|
"id": "079e6e037c181000"
|
|
}
|
|
]
|
|
},
|
|
"variable": {
|
|
"data": []
|
|
}
|
|
}
|
|
},
|
|
"included": [
|
|
{
|
|
"id": "07900a722c363000",
|
|
"type": "cell",
|
|
"attributes": {
|
|
"x": 4,
|
|
"y": 0,
|
|
"w": 4,
|
|
"h": 4
|
|
},
|
|
"relationships": {
|
|
"view": {
|
|
"data": {
|
|
"type": "view",
|
|
"id": "07900a722c363000"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "07900a7236f63000",
|
|
"type": "cell",
|
|
"attributes": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"w": 4,
|
|
"h": 4
|
|
},
|
|
"relationships": {
|
|
"view": {
|
|
"data": {
|
|
"type": "view",
|
|
"id": "07900a7236f63000"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "07900a723cf63000",
|
|
"type": "cell",
|
|
"attributes": {
|
|
"x": 4,
|
|
"y": 4,
|
|
"w": 4,
|
|
"h": 4
|
|
},
|
|
"relationships": {
|
|
"view": {
|
|
"data": {
|
|
"type": "view",
|
|
"id": "07900a723cf63000"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "07900a7243f63000",
|
|
"type": "cell",
|
|
"attributes": {
|
|
"x": 0,
|
|
"y": 4,
|
|
"w": 4,
|
|
"h": 4
|
|
},
|
|
"relationships": {
|
|
"view": {
|
|
"data": {
|
|
"type": "view",
|
|
"id": "07900a7243f63000"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "079e694f29581000",
|
|
"type": "cell",
|
|
"attributes": {
|
|
"x": 8,
|
|
"y": 0,
|
|
"w": 4,
|
|
"h": 4
|
|
},
|
|
"relationships": {
|
|
"view": {
|
|
"data": {
|
|
"type": "view",
|
|
"id": "079e694f29581000"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "079e6e037c181000",
|
|
"type": "cell",
|
|
"attributes": {
|
|
"x": 8,
|
|
"y": 4,
|
|
"w": 4,
|
|
"h": 4
|
|
},
|
|
"relationships": {
|
|
"view": {
|
|
"data": {
|
|
"type": "view",
|
|
"id": "079e6e037c181000"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "view",
|
|
"id": "07900a722c363000",
|
|
"attributes": {
|
|
"name": "nodes running",
|
|
"properties": {
|
|
"shape": "chronograf-v2",
|
|
"queries": [
|
|
{
|
|
"text": "from(bucket: \"batleth\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r._field == \"state\")\n |> group()\n |> window(every: 10s)\n |> reduce(fn: (r, accumulator) => ({\n _value: accumulator._value + (\n if r._value == \"AvailableState\" then 1 \n else if r._value == \"DownState\" then -1 \n else 0)\n }), identity: {_value: 0})\n |> duplicate(column: \"_stop\", as: \"_time\")\n |> window(every: inf) //, timeColumn: \"_time\")\n |> cumulativeSum()\n// |> reduce(fn: (r, accumulator) => ({r with x: r._value * 2}), identity: {x:0})\n// |> map(fn: (r) => ({r with vnew: r._value*2}))\n// |> integral(unit: 10s, timeColumn: \"_stop\")\n// |> window(every: inf) //, timeColumn: \"_stop\")\n |> yield()",
|
|
"editMode": "advanced",
|
|
"name": "",
|
|
"builderConfig": {
|
|
"buckets": [],
|
|
"tags": [
|
|
{
|
|
"key": "_measurement",
|
|
"values": [],
|
|
"aggregateFunctionType": "filter"
|
|
}
|
|
],
|
|
"functions": [
|
|
{
|
|
"name": "mean"
|
|
}
|
|
],
|
|
"aggregateWindow": {
|
|
"period": "auto",
|
|
"fillValues": false
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"axes": {
|
|
"x": {
|
|
"bounds": [
|
|
"",
|
|
""
|
|
],
|
|
"label": "",
|
|
"prefix": "",
|
|
"suffix": "",
|
|
"base": "10",
|
|
"scale": "linear"
|
|
},
|
|
"y": {
|
|
"bounds": [
|
|
"",
|
|
""
|
|
],
|
|
"label": "",
|
|
"prefix": "",
|
|
"suffix": "",
|
|
"base": "10",
|
|
"scale": "linear"
|
|
}
|
|
},
|
|
"type": "xy",
|
|
"legend": {},
|
|
"geom": "line",
|
|
"colors": [
|
|
{
|
|
"id": "9b960932-18d9-4f57-80ba-24998a06613d",
|
|
"type": "scale",
|
|
"hex": "#31C0F6",
|
|
"name": "Nineteen Eighty Four",
|
|
"value": 0
|
|
},
|
|
{
|
|
"id": "c1742651-0d5e-4148-b9c0-92beb642417a",
|
|
"type": "scale",
|
|
"hex": "#A500A5",
|
|
"name": "Nineteen Eighty Four",
|
|
"value": 0
|
|
},
|
|
{
|
|
"id": "756fa8cb-9d9c-4e45-9a4f-f2b106b0216a",
|
|
"type": "scale",
|
|
"hex": "#FF7E27",
|
|
"name": "Nineteen Eighty Four",
|
|
"value": 0
|
|
}
|
|
],
|
|
"note": "",
|
|
"showNoteWhenEmpty": false,
|
|
"xColumn": "_time",
|
|
"generateXAxisTicks": [],
|
|
"xTotalTicks": 0,
|
|
"xTickStart": 0,
|
|
"xTickStep": 0,
|
|
"yColumn": "_value",
|
|
"generateYAxisTicks": [],
|
|
"yTotalTicks": 0,
|
|
"yTickStart": 0,
|
|
"yTickStep": 0,
|
|
"shadeBelow": false,
|
|
"position": "overlaid",
|
|
"timeFormat": "",
|
|
"hoverDimension": "auto",
|
|
"legendColorizeRows": true,
|
|
"legendOpacity": 1,
|
|
"legendOrientationThreshold": 100000000
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "view",
|
|
"id": "07900a7236f63000",
|
|
"attributes": {
|
|
"name": "Name this Cell",
|
|
"properties": {
|
|
"shape": "chronograf-v2",
|
|
"queries": [
|
|
{
|
|
"text": "from(bucket: \"batleth\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"tardis_machine_name\"] == \"678162c190d5\")\n |> window(every: 10s)\n |> count()\n |> duplicate(column: \"_stop\", as: \"_time\")\n |> window(every: inf)\n |> yield()",
|
|
"editMode": "advanced",
|
|
"name": "",
|
|
"builderConfig": {
|
|
"buckets": [],
|
|
"tags": [
|
|
{
|
|
"key": "_measurement",
|
|
"values": [],
|
|
"aggregateFunctionType": "filter"
|
|
}
|
|
],
|
|
"functions": [
|
|
{
|
|
"name": "mean"
|
|
}
|
|
],
|
|
"aggregateWindow": {
|
|
"period": "auto",
|
|
"fillValues": false
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"axes": {
|
|
"x": {
|
|
"bounds": [
|
|
"",
|
|
""
|
|
],
|
|
"label": "",
|
|
"prefix": "",
|
|
"suffix": "",
|
|
"base": "10",
|
|
"scale": "linear"
|
|
},
|
|
"y": {
|
|
"bounds": [
|
|
"",
|
|
""
|
|
],
|
|
"label": "",
|
|
"prefix": "",
|
|
"suffix": "",
|
|
"base": "10",
|
|
"scale": "linear"
|
|
}
|
|
},
|
|
"type": "xy",
|
|
"legend": {},
|
|
"geom": "line",
|
|
"colors": [
|
|
{
|
|
"id": "2566435b-7ee0-4222-8ac0-b7f14ab783d9",
|
|
"type": "scale",
|
|
"hex": "#31C0F6",
|
|
"name": "Nineteen Eighty Four",
|
|
"value": 0
|
|
},
|
|
{
|
|
"id": "9263bcff-35a0-4025-bacd-68a1bef54784",
|
|
"type": "scale",
|
|
"hex": "#A500A5",
|
|
"name": "Nineteen Eighty Four",
|
|
"value": 0
|
|
},
|
|
{
|
|
"id": "2f04bd8c-2203-4be6-bc34-c25720d24379",
|
|
"type": "scale",
|
|
"hex": "#FF7E27",
|
|
"name": "Nineteen Eighty Four",
|
|
"value": 0
|
|
}
|
|
],
|
|
"note": "",
|
|
"showNoteWhenEmpty": false,
|
|
"xColumn": "_time",
|
|
"generateXAxisTicks": [],
|
|
"xTotalTicks": 0,
|
|
"xTickStart": 0,
|
|
"xTickStep": 0,
|
|
"yColumn": "_value",
|
|
"generateYAxisTicks": [],
|
|
"yTotalTicks": 0,
|
|
"yTickStart": 0,
|
|
"yTickStep": 0,
|
|
"shadeBelow": false,
|
|
"position": "overlaid",
|
|
"timeFormat": "",
|
|
"hoverDimension": "auto",
|
|
"legendColorizeRows": true,
|
|
"legendOpacity": 1,
|
|
"legendOrientationThreshold": 100000000
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "view",
|
|
"id": "07900a723cf63000",
|
|
"attributes": {
|
|
"name": "node fluctuation",
|
|
"properties": {
|
|
"shape": "chronograf-v2",
|
|
"queries": [
|
|
{
|
|
"text": "f = (r, accumulator) => ({\n _value: accumulator._value + (if r._value == \"AvailableState\" then 1 else if r._value == \"DownState\" then -1 else 0)\n })\n\nfrom(bucket: \"batleth\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r._field == \"state\")\n |> group()\n |> window(every: 10s)\n |> reduce(fn: f, identity: {_value: 0})\n |> duplicate(column: \"_stop\", as: \"_time\")\n |> window(every: inf, timeColumn: \"_time\")\n |> yield()",
|
|
"editMode": "advanced",
|
|
"name": "",
|
|
"builderConfig": {
|
|
"buckets": [],
|
|
"tags": [
|
|
{
|
|
"key": "_measurement",
|
|
"values": [],
|
|
"aggregateFunctionType": "filter"
|
|
}
|
|
],
|
|
"functions": [
|
|
{
|
|
"name": "mean"
|
|
}
|
|
],
|
|
"aggregateWindow": {
|
|
"period": "auto",
|
|
"fillValues": false
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"axes": {
|
|
"x": {
|
|
"bounds": [
|
|
"",
|
|
""
|
|
],
|
|
"label": "",
|
|
"prefix": "",
|
|
"suffix": "",
|
|
"base": "10",
|
|
"scale": "linear"
|
|
},
|
|
"y": {
|
|
"bounds": [
|
|
"",
|
|
""
|
|
],
|
|
"label": "",
|
|
"prefix": "",
|
|
"suffix": "",
|
|
"base": "10",
|
|
"scale": "linear"
|
|
}
|
|
},
|
|
"type": "xy",
|
|
"legend": {},
|
|
"geom": "line",
|
|
"colors": [
|
|
{
|
|
"id": "9b960932-18d9-4f57-80ba-24998a06613d",
|
|
"type": "scale",
|
|
"hex": "#31C0F6",
|
|
"name": "Nineteen Eighty Four",
|
|
"value": 0
|
|
},
|
|
{
|
|
"id": "c1742651-0d5e-4148-b9c0-92beb642417a",
|
|
"type": "scale",
|
|
"hex": "#A500A5",
|
|
"name": "Nineteen Eighty Four",
|
|
"value": 0
|
|
},
|
|
{
|
|
"id": "756fa8cb-9d9c-4e45-9a4f-f2b106b0216a",
|
|
"type": "scale",
|
|
"hex": "#FF7E27",
|
|
"name": "Nineteen Eighty Four",
|
|
"value": 0
|
|
}
|
|
],
|
|
"note": "",
|
|
"showNoteWhenEmpty": false,
|
|
"xColumn": "_time",
|
|
"generateXAxisTicks": [],
|
|
"xTotalTicks": 0,
|
|
"xTickStart": 0,
|
|
"xTickStep": 0,
|
|
"yColumn": "_value",
|
|
"generateYAxisTicks": [],
|
|
"yTotalTicks": 0,
|
|
"yTickStart": 0,
|
|
"yTickStep": 0,
|
|
"shadeBelow": false,
|
|
"position": "overlaid",
|
|
"timeFormat": "",
|
|
"hoverDimension": "auto",
|
|
"legendColorizeRows": true,
|
|
"legendOpacity": 1,
|
|
"legendOrientationThreshold": 100000000
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "view",
|
|
"id": "07900a7243f63000",
|
|
"attributes": {
|
|
"name": "states",
|
|
"properties": {
|
|
"shape": "chronograf-v2",
|
|
"queries": [
|
|
{
|
|
"text": "from(bucket: \"batleth\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r._field == \"state\")\n |> group(columns: [\"_value\"], mode: \"by\")\n |> duplicate(column: \"_value\", as: \"state\")\n |> window(every: 10s)\n |> count(column: \"state\")\n |> rename(columns: {\"_value\": \"_field\", \"state\": \"_value\"})\n |> group(columns: [\"_field\"])\n |> yield()",
|
|
"editMode": "advanced",
|
|
"name": "",
|
|
"builderConfig": {
|
|
"buckets": [],
|
|
"tags": [
|
|
{
|
|
"key": "_measurement",
|
|
"values": [],
|
|
"aggregateFunctionType": "filter"
|
|
}
|
|
],
|
|
"functions": [
|
|
{
|
|
"name": "mean"
|
|
}
|
|
],
|
|
"aggregateWindow": {
|
|
"period": "auto",
|
|
"fillValues": false
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"axes": {
|
|
"x": {
|
|
"bounds": [
|
|
"",
|
|
""
|
|
],
|
|
"label": "",
|
|
"prefix": "",
|
|
"suffix": "",
|
|
"base": "10",
|
|
"scale": "linear"
|
|
},
|
|
"y": {
|
|
"bounds": [
|
|
"",
|
|
""
|
|
],
|
|
"label": "",
|
|
"prefix": "",
|
|
"suffix": "",
|
|
"base": "10",
|
|
"scale": "linear"
|
|
}
|
|
},
|
|
"type": "xy",
|
|
"legend": {},
|
|
"geom": "line",
|
|
"colors": [
|
|
{
|
|
"id": "9b960932-18d9-4f57-80ba-24998a06613d",
|
|
"type": "scale",
|
|
"hex": "#31C0F6",
|
|
"name": "Nineteen Eighty Four",
|
|
"value": 0
|
|
},
|
|
{
|
|
"id": "c1742651-0d5e-4148-b9c0-92beb642417a",
|
|
"type": "scale",
|
|
"hex": "#A500A5",
|
|
"name": "Nineteen Eighty Four",
|
|
"value": 0
|
|
},
|
|
{
|
|
"id": "756fa8cb-9d9c-4e45-9a4f-f2b106b0216a",
|
|
"type": "scale",
|
|
"hex": "#FF7E27",
|
|
"name": "Nineteen Eighty Four",
|
|
"value": 0
|
|
}
|
|
],
|
|
"note": "",
|
|
"showNoteWhenEmpty": false,
|
|
"xColumn": "_stop",
|
|
"generateXAxisTicks": [],
|
|
"xTotalTicks": 0,
|
|
"xTickStart": 0,
|
|
"xTickStep": 0,
|
|
"yColumn": "_value",
|
|
"generateYAxisTicks": [],
|
|
"yTotalTicks": 0,
|
|
"yTickStart": 0,
|
|
"yTickStep": 0,
|
|
"shadeBelow": false,
|
|
"position": "overlaid",
|
|
"timeFormat": "",
|
|
"hoverDimension": "auto",
|
|
"legendColorizeRows": true,
|
|
"legendOpacity": 1,
|
|
"legendOrientationThreshold": 100000000
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "view",
|
|
"id": "079e694f29581000",
|
|
"attributes": {
|
|
"name": "pipeline (demand / supply)",
|
|
"properties": {
|
|
"shape": "chronograf-v2",
|
|
"queries": [
|
|
{
|
|
"text": "from(bucket: \"batleth\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r._measurement == \"tardis_pipeline\")\n |> filter(fn: (r) => r._field == \"demand\" or r._field == \"supply\")\n// |> filter(fn: (r) => r._field == \"state\")\n// |> group()\n// |> window(every: 10s)\n// |> duplicate(column: \"_stop\", as: \"_time\")\n// |> window(every: inf) //, timeColumn: \"_time\")\n// |> cumulativeSum()\n |> yield()",
|
|
"editMode": "advanced",
|
|
"name": "",
|
|
"builderConfig": {
|
|
"buckets": [],
|
|
"tags": [
|
|
{
|
|
"key": "_measurement",
|
|
"values": [],
|
|
"aggregateFunctionType": "filter"
|
|
}
|
|
],
|
|
"functions": [
|
|
{
|
|
"name": "mean"
|
|
}
|
|
],
|
|
"aggregateWindow": {
|
|
"period": "auto",
|
|
"fillValues": false
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"axes": {
|
|
"x": {
|
|
"bounds": [
|
|
"",
|
|
""
|
|
],
|
|
"label": "",
|
|
"prefix": "",
|
|
"suffix": "",
|
|
"base": "10",
|
|
"scale": "linear"
|
|
},
|
|
"y": {
|
|
"bounds": [
|
|
"",
|
|
""
|
|
],
|
|
"label": "",
|
|
"prefix": "",
|
|
"suffix": "",
|
|
"base": "10",
|
|
"scale": "linear"
|
|
}
|
|
},
|
|
"type": "xy",
|
|
"legend": {},
|
|
"geom": "line",
|
|
"colors": [
|
|
{
|
|
"id": "4ef29481-ecf3-4a09-b0f5-e34e8d3e50b5",
|
|
"type": "scale",
|
|
"hex": "#31C0F6",
|
|
"name": "Nineteen Eighty Four",
|
|
"value": 0
|
|
},
|
|
{
|
|
"id": "719de04a-f70f-4c54-a1bb-982a9d13dbae",
|
|
"type": "scale",
|
|
"hex": "#A500A5",
|
|
"name": "Nineteen Eighty Four",
|
|
"value": 0
|
|
},
|
|
{
|
|
"id": "8d5c1f25-3801-4cdd-ad40-b8e2e78342a0",
|
|
"type": "scale",
|
|
"hex": "#FF7E27",
|
|
"name": "Nineteen Eighty Four",
|
|
"value": 0
|
|
}
|
|
],
|
|
"note": "",
|
|
"showNoteWhenEmpty": false,
|
|
"xColumn": "_time",
|
|
"generateXAxisTicks": [],
|
|
"xTotalTicks": 0,
|
|
"xTickStart": 0,
|
|
"xTickStep": 0,
|
|
"yColumn": "_value",
|
|
"generateYAxisTicks": [],
|
|
"yTotalTicks": 0,
|
|
"yTickStart": 0,
|
|
"yTickStep": 0,
|
|
"shadeBelow": false,
|
|
"position": "overlaid",
|
|
"timeFormat": "",
|
|
"hoverDimension": "auto",
|
|
"legendColorizeRows": true,
|
|
"legendOpacity": 1,
|
|
"legendOrientationThreshold": 100000000
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "view",
|
|
"id": "079e6e037c181000",
|
|
"attributes": {
|
|
"name": "pipeline (Utilization / Allocation)",
|
|
"properties": {
|
|
"shape": "chronograf-v2",
|
|
"queries": [
|
|
{
|
|
"text": "from(bucket: \"batleth\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r._measurement == \"tardis_pipeline\")\n |> filter(fn: (r) => r._field == \"utilisation\" or r._field == \"allocation\")\n// |> filter(fn: (r) => r._field == \"state\")\n// |> group()\n// |> window(every: 10s)\n// |> duplicate(column: \"_stop\", as: \"_time\")\n// |> window(every: inf) //, timeColumn: \"_time\")\n// |> cumulativeSum()\n |> yield()",
|
|
"editMode": "advanced",
|
|
"name": "",
|
|
"builderConfig": {
|
|
"buckets": [],
|
|
"tags": [
|
|
{
|
|
"key": "_measurement",
|
|
"values": [],
|
|
"aggregateFunctionType": "filter"
|
|
}
|
|
],
|
|
"functions": [
|
|
{
|
|
"name": "mean"
|
|
}
|
|
],
|
|
"aggregateWindow": {
|
|
"period": "auto",
|
|
"fillValues": false
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"axes": {
|
|
"x": {
|
|
"bounds": [
|
|
"",
|
|
""
|
|
],
|
|
"label": "",
|
|
"prefix": "",
|
|
"suffix": "",
|
|
"base": "10",
|
|
"scale": "linear"
|
|
},
|
|
"y": {
|
|
"bounds": [
|
|
"",
|
|
""
|
|
],
|
|
"label": "",
|
|
"prefix": "",
|
|
"suffix": "",
|
|
"base": "10",
|
|
"scale": "linear"
|
|
}
|
|
},
|
|
"type": "xy",
|
|
"legend": {},
|
|
"geom": "line",
|
|
"colors": [
|
|
{
|
|
"id": "4ef29481-ecf3-4a09-b0f5-e34e8d3e50b5",
|
|
"type": "scale",
|
|
"hex": "#31C0F6",
|
|
"name": "Nineteen Eighty Four",
|
|
"value": 0
|
|
},
|
|
{
|
|
"id": "719de04a-f70f-4c54-a1bb-982a9d13dbae",
|
|
"type": "scale",
|
|
"hex": "#A500A5",
|
|
"name": "Nineteen Eighty Four",
|
|
"value": 0
|
|
},
|
|
{
|
|
"id": "8d5c1f25-3801-4cdd-ad40-b8e2e78342a0",
|
|
"type": "scale",
|
|
"hex": "#FF7E27",
|
|
"name": "Nineteen Eighty Four",
|
|
"value": 0
|
|
}
|
|
],
|
|
"note": "",
|
|
"showNoteWhenEmpty": false,
|
|
"xColumn": "_time",
|
|
"generateXAxisTicks": [],
|
|
"xTotalTicks": 0,
|
|
"xTickStart": 0,
|
|
"xTickStep": 0,
|
|
"yColumn": "_value",
|
|
"generateYAxisTicks": [],
|
|
"yTotalTicks": 0,
|
|
"yTickStart": 0,
|
|
"yTickStep": 0,
|
|
"shadeBelow": false,
|
|
"position": "overlaid",
|
|
"timeFormat": "",
|
|
"hoverDimension": "auto",
|
|
"legendColorizeRows": true,
|
|
"legendOpacity": 1,
|
|
"legendOrientationThreshold": 100000000
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"labels": []
|
|
} |