Compare commits
1 Commits
21d77a8afa
...
e05fe62db9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e05fe62db9 |
@@ -727,8 +727,8 @@
|
||||
"name": "Raw write rate",
|
||||
"label": "Raw field write rate",
|
||||
"order": 1,
|
||||
"width": "6",
|
||||
"height": "4",
|
||||
"width": 6,
|
||||
"height": 4,
|
||||
"chartType": "line",
|
||||
"category": "topic",
|
||||
"xAxisLabel": "time",
|
||||
@@ -746,7 +746,18 @@
|
||||
"yAxisProperty": "payload",
|
||||
"yAxisPropertyType": "msg",
|
||||
"action": "append",
|
||||
"interpolation": "linear"
|
||||
"interpolation": "linear",
|
||||
"colors": [
|
||||
"#0095FF",
|
||||
"#FF0000",
|
||||
"#FF7F0E",
|
||||
"#2CA02C",
|
||||
"#A347E1",
|
||||
"#D62728",
|
||||
"#FF9896",
|
||||
"#9467BD",
|
||||
"#C5B0D5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "cse_ui_chart_knot",
|
||||
@@ -756,8 +767,8 @@
|
||||
"name": "Knot write rate",
|
||||
"label": "CoreSync knot write rate",
|
||||
"order": 2,
|
||||
"width": "6",
|
||||
"height": "4",
|
||||
"width": 6,
|
||||
"height": 4,
|
||||
"chartType": "line",
|
||||
"category": "topic",
|
||||
"xAxisLabel": "time",
|
||||
@@ -775,7 +786,18 @@
|
||||
"yAxisProperty": "payload",
|
||||
"yAxisPropertyType": "msg",
|
||||
"action": "append",
|
||||
"interpolation": "linear"
|
||||
"interpolation": "linear",
|
||||
"colors": [
|
||||
"#0095FF",
|
||||
"#FF0000",
|
||||
"#FF7F0E",
|
||||
"#2CA02C",
|
||||
"#A347E1",
|
||||
"#D62728",
|
||||
"#FF9896",
|
||||
"#9467BD",
|
||||
"#C5B0D5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "cse_dbg_measure_process",
|
||||
|
||||
Reference in New Issue
Block a user