Skip to content

Commit

Permalink
Refactor NetMonitor to update color of down series in network chart
Browse files Browse the repository at this point in the history
  • Loading branch information
arloor committed Oct 26, 2024
1 parent 52d4012 commit cab9731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_http_proxy/src/linux_monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl NetMonitor {
data: series_down,
show_avg_line: false,
show_max_point: false,
color: None,
color: Some("#5c7bd9".to_string()),
serires_type: None,
},
],
Expand Down

0 comments on commit cab9731

Please sign in to comment.