From 10b8fd40921b9e315edc19f8f2a07ce575930d18 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Fri, 15 Oct 2021 23:23:08 +0200 Subject: feat(labels): maps style label appearanc --- pages/index.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'pages') 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, -- cgit v1.2.3