We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002625a commit 2338bd9Copy full SHA for 2338bd9
src/components/Graphs/Graph.tsx
@@ -93,11 +93,7 @@ const Graph: React.FC = () => {
93
<Controls showInteractive={false} />
94
<Background />
95
<Panel position="top-right" className={styles.panelContent}>
96
- <Legend
97
- legendItems={legendItems}
98
- colorBy={colorBy}
99
- onColorByChange={setColorBy}
100
- />
+ <Legend legendItems={legendItems} colorBy={colorBy} onColorByChange={setColorBy} />
101
</Panel>
102
</ReactFlow>
103
</div>
0 commit comments