feat: Network chart, closes #79
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user