Skip to content

Commit

Permalink
Increased EDGE_LIMIT to 2000
Browse files Browse the repository at this point in the history
  • Loading branch information
oskari1 committed Dec 15, 2023
1 parent df0e17f commit 7ca9041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axiom-profiler-GUI/src/results/svg_result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use viz_js::VizInstance;
use web_sys::window;
use yew::prelude::*;

pub const EDGE_LIMIT: usize = 500;
pub const EDGE_LIMIT: usize = 2000;
pub const DEFAULT_NODE_COUNT: usize = 125;
pub const NODE_COLOUR_SATURATION: f64 = 0.4;
pub const NODE_COLOUR_VALUE: f64 = 0.95;
Expand Down

0 comments on commit 7ca9041

Please sign in to comment.