Skip to content

Commit

Permalink
fix(view): update cluster graph size (width, height, gap)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgihan committed Sep 12, 2022
1 parent be0a8d6 commit af6a9f2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const NODE_GAP = 20;
export const CLUSTER_HEIGHT = 50;
export const GRAPH_WIDTH = 100;
export const NODE_GAP = 10;
export const CLUSTER_HEIGHT = 40;
export const GRAPH_WIDTH = 80;
export const SVG_WIDTH = GRAPH_WIDTH + 4;
export const DETAIL_HEIGHT = 300;
export const SVG_MARGIN = {
Expand Down

0 comments on commit af6a9f2

Please sign in to comment.