mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-26 00:20:41 +00:00
fix(telemetry): set tooltip maxHeight to 600 per dashboard guideline
Eighteen timeseries panels in consensus-health and transaction-overview carried tooltip maxHeight 500; the dashboard guideline specifies 600. Normalize them so every panel's tooltip matches Mode:All / Sort:Desc / Max Height:600. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -373,7 +373,7 @@
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "desc",
|
||||
"maxHeight": 500
|
||||
"maxHeight": 600
|
||||
},
|
||||
"legend": {
|
||||
"displayMode": "table",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "desc",
|
||||
"maxHeight": 500
|
||||
"maxHeight": 600
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
@@ -81,7 +81,7 @@
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "desc",
|
||||
"maxHeight": 500
|
||||
"maxHeight": 600
|
||||
},
|
||||
"legend": {
|
||||
"displayMode": "table",
|
||||
@@ -136,7 +136,7 @@
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "desc",
|
||||
"maxHeight": 500
|
||||
"maxHeight": 600
|
||||
},
|
||||
"legend": {
|
||||
"displayMode": "table",
|
||||
@@ -191,7 +191,7 @@
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "desc",
|
||||
"maxHeight": 500
|
||||
"maxHeight": 600
|
||||
},
|
||||
"legend": {
|
||||
"displayMode": "table",
|
||||
@@ -237,7 +237,7 @@
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "desc",
|
||||
"maxHeight": 500
|
||||
"maxHeight": 600
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
@@ -287,7 +287,7 @@
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "desc",
|
||||
"maxHeight": 500
|
||||
"maxHeight": 600
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
@@ -350,7 +350,7 @@
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "desc",
|
||||
"maxHeight": 500
|
||||
"maxHeight": 600
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
@@ -386,7 +386,7 @@
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "desc",
|
||||
"maxHeight": 500
|
||||
"maxHeight": 600
|
||||
},
|
||||
"yAxis": {
|
||||
"axisLabel": "Duration (ms)",
|
||||
@@ -424,7 +424,7 @@
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "desc",
|
||||
"maxHeight": 500
|
||||
"maxHeight": 600
|
||||
},
|
||||
"legend": {
|
||||
"displayMode": "table",
|
||||
@@ -547,7 +547,7 @@
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "desc",
|
||||
"maxHeight": 500
|
||||
"maxHeight": 600
|
||||
},
|
||||
"legend": {
|
||||
"displayMode": "table",
|
||||
@@ -602,7 +602,7 @@
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "desc",
|
||||
"maxHeight": 500
|
||||
"maxHeight": 600
|
||||
},
|
||||
"legend": {
|
||||
"displayMode": "table",
|
||||
@@ -657,7 +657,7 @@
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "desc",
|
||||
"maxHeight": 500
|
||||
"maxHeight": 600
|
||||
},
|
||||
"legend": {
|
||||
"displayMode": "table",
|
||||
@@ -703,7 +703,7 @@
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "desc",
|
||||
"maxHeight": 500
|
||||
"maxHeight": 600
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
@@ -753,7 +753,7 @@
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "desc",
|
||||
"maxHeight": 500
|
||||
"maxHeight": 600
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
@@ -803,7 +803,7 @@
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "desc",
|
||||
"maxHeight": 500
|
||||
"maxHeight": 600
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
@@ -853,7 +853,7 @@
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "desc",
|
||||
"maxHeight": 500
|
||||
"maxHeight": 600
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
@@ -903,7 +903,7 @@
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "desc",
|
||||
"maxHeight": 500
|
||||
"maxHeight": 600
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
|
||||
Reference in New Issue
Block a user