Skip to content

Commit

Permalink
add curved edges info
Browse files Browse the repository at this point in the history
  • Loading branch information
bricaud authored Oct 21, 2018
1 parent 7cc17a9 commit a257544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/graphConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ const node_position_y = 'graphexpy'
const default_edge_stroke_width = 3;
const default_edge_color = "#CCC";
const edge_label_color = "#111";
// Choose between curved (true) and straight edges (false).
// If set to false, multiple edges between 2 nodes will all be straight and overlap.
const use_curved_edges = true;

0 comments on commit a257544

Please sign in to comment.