-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated sdk and subgraph entities, made map improvements based on lat…
…est feedback
- Loading branch information
1 parent
ec74d2f
commit 3ac4dee
Showing
10 changed files
with
541 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
export const CENTRAL_NODE_SIZE = 55; | ||
export const NODE_PADDING = 2; | ||
export const NODE_BORDER_WIDTH = 0.5; | ||
export const MAX_LINK_THICKNESS = 6; | ||
export const MAX_LINK_THICKNESS = 4; | ||
export const LINK_COLOR = "rgba(255,255,255,0.2)"; | ||
export const NODE_FILL_COLOR = "rgba(54, 191, 250, 0.3)"; | ||
export const STROKE_COLOR = "rgba(54, 191, 250, 1)"; |
Oops, something went wrong.