Skip to content

Commit

Permalink
Change events per second line color from blue to cyan
Browse files Browse the repository at this point in the history
  • Loading branch information
jfernandez committed Feb 21, 2024
1 parent 1778f9d commit 7fe563a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ fn render_graphs(f: &mut Frame, app: &mut App, area: Rect) {
let eps_dataset = Dataset::default()
.marker(symbols::Marker::Braille)
.graph_type(GraphType::Line)
.style(Style::default().blue())
.style(Style::default().cyan())
.data(&eps_data);
let eps_datasets = vec![eps_dataset];
let x_axis = Axis::default()
Expand Down

0 comments on commit 7fe563a

Please sign in to comment.