summaryrefslogtreecommitdiff
path: root/pages/index.tsx
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-10-15 23:23:08 +0200
committerThomas F. K. Jorna <[email protected]>2021-10-15 23:23:08 +0200
commit10b8fd40921b9e315edc19f8f2a07ce575930d18 (patch)
tree9f71b1ae6587549d6f0b9dfda64762d7ad747c07 /pages/index.tsx
parent35dd8336b5a56ee95e54700df322d53df2f56e85 (diff)
feat(labels): maps style label appearanc
Diffstat (limited to 'pages/index.tsx')
-rw-r--r--pages/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index ab4a96d..e53ba03 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -1219,6 +1219,7 @@ export const Graph = function (props: GraphProps) {
},
nodeCanvasObject: (node, ctx, globalScale) => {
drawLabels({
+ filteredLinksByNodeId: filteredLinksByNodeIdRef.current,
...{
node,
ctx,