Skip to content

Commit 539a03a

Browse files
gopherinedanielcaldas
authored andcommitted
node_label (#267)
1 parent 051fb15 commit 539a03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/graph/graph.builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function buildNodeProps(node, config, nodeCallbacks = {}, highlightedNode, highl
206206
label,
207207
opacity,
208208
overrideGlobalViewGenerator: !node.viewGenerator && node.svg,
209-
renderLabel: config.node.renderLabel,
209+
renderLabel: node.renderLabel || config.node.renderLabel,
210210
size: nodeSize * t,
211211
stroke,
212212
strokeWidth: strokeWidth * t,

0 commit comments

Comments
 (0)