Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion redisinsight/ui/src/packages/redisgraph/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const NODE_STROKE_WIDTH = 1.5
export const NODE_RADIUS = 30
export const NODE_RADIUS = 25

export const EDGE_STROKE = 1.8

Expand All @@ -15,6 +15,8 @@ export const ZOOM_PROPS = {

export const COMPACT_FLAG = '--compact'

export const EDGE_CAPTION_EXTERNAL = "external"

export const NODE_COLORS_DARK = [
{ color: '#6A1DC3', borderColor: '#6A1DC3', textColor: '#FFFFFF' },
{ color: '#364CFF', borderColor: '#364CFF', textColor: '#FFFFFF' },
Expand Down
Loading