Skip to content

Commit

Permalink
Merge pull request #150 from vgihan/main
Browse files Browse the repository at this point in the history
fix(view): update cluster graph size (width, height, gap)
  • Loading branch information
vgihan authored Sep 12, 2022
2 parents be0a8d6 + af6a9f2 commit 7a4af15
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 7a4af15

Please sign in to comment.