feat: Network chart, closes #79

This commit is contained in:
Jack Wills
2026-02-23 13:57:50 +00:00
parent 5f942eb2e9
commit 99fcb8fedf
39 changed files with 1360 additions and 175 deletions
+22 -1
View File
@@ -171,7 +171,7 @@
"\\"
],
// Toggle to inspect container screen
"inspect": [
"inspect": [
"i"
],
// Force a complete clear & redraw of the screen
@@ -284,6 +284,27 @@
// Ports & IP listing text
"text": "white"
},
// The bandwidth chart
"chart_bandwidth": {
//Background color of panel
"background": "reset",
// Border color
"border": "white",
// Maximum RX value - again paused & stopped colors not yet customizable
"max_rx": "#FFE9C1",
// # Maximum TX value - again paused & stopped colors not yet customizable
"max_tx": "#CD8C8C",
// RX points on the chart - again paused & stopped colors not yet customizable
"points_rx": "#FFE9C1",
// TX points on the chart - again paused & stopped colors not yet customizable
"points_tx": "#CD8C8C",
// RX title color
"title_rx": "#FFE9C1",
// TX title color
"title_tx": "#CD8C8C",
// The charts y-axis
"y_axis": "white"
},
// The filter panel
"filter": {
// Background color of panel
+21
View File
@@ -256,6 +256,27 @@ points = "cyan"
# The charts y-axis
y_axis = "white"
# The bandwidth chart
[colors.chart_bandwidth]
# Background color of panel
background = "reset"
# Border color
border = "white"
# Maximum RX value - again paused & stopped colors not yet customizable
max_rx = "#FFE9C1"
# Maximum TX value - again paused & stopped colors not yet customizable
max_tx = "#CD8C8C"
# RX points on the chart - again paused & stopped colors not yet customizable
points_rx = "#FFE9C1"
# TX points on the chart - again paused & stopped colors not yet customizable
points_tx = "#CD8C8C"
# TX title color
title_tx = "#FFE9C1"
# RX title color
title_rx = "#CD8C8C"
# The charts y-axis
y_axis = "white"
# The ports chart
[colors.chart_ports]
# Background color of panel