Skip to content

Commit e71e8b2

Browse files
authored
Merge pull request #527 from RedisInsight/graph-multi-edge-support
[RedisGraph] Add support for multiple edges from a node
2 parents d926c53 + 10023e5 commit e71e8b2

File tree

2 files changed

+848
-118
lines changed

2 files changed

+848
-118
lines changed

redisinsight/ui/src/packages/redisgraph/src/constants.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const NODE_STROKE_WIDTH = 1.5
2-
export const NODE_RADIUS = 30
2+
export const NODE_RADIUS = 25
33

44
export const EDGE_STROKE = 1.8
55

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

1616
export const COMPACT_FLAG = '--compact'
1717

18+
export const EDGE_CAPTION_EXTERNAL = "external"
19+
1820
export const NODE_COLORS_DARK = [
1921
{ color: '#6A1DC3', borderColor: '#6A1DC3', textColor: '#FFFFFF' },
2022
{ color: '#364CFF', borderColor: '#364CFF', textColor: '#FFFFFF' },

0 commit comments

Comments
 (0)