feat: only apply layouting optimizations for graphs larger than 5k nodes
Compare changes
- Dennis Collaris authored
@@ -30,6 +30,16 @@ type LayoutState = 'reset' | 'running' | 'paused';
@@ -46,10 +56,9 @@ export const NLPixi = (props: Props) => {
@@ -57,7 +66,7 @@ export const NLPixi = (props: Props) => {
@@ -66,6 +75,12 @@ export const NLPixi = (props: Props) => {
@@ -73,10 +88,10 @@ export const NLPixi = (props: Props) => {
@@ -93,10 +108,19 @@ export const NLPixi = (props: Props) => {
@@ -208,7 +232,7 @@ export const NLPixi = (props: Props) => {
@@ -227,22 +251,16 @@ export const NLPixi = (props: Props) => {
@@ -278,12 +296,21 @@ export const NLPixi = (props: Props) => {
@@ -303,8 +330,8 @@ export const NLPixi = (props: Props) => {
@@ -335,7 +362,7 @@ export const NLPixi = (props: Props) => {
@@ -366,36 +393,27 @@ export const NLPixi = (props: Props) => {
@@ -412,15 +430,9 @@ export const NLPixi = (props: Props) => {
@@ -432,6 +444,9 @@ export const NLPixi = (props: Props) => {
@@ -441,7 +456,7 @@ export const NLPixi = (props: Props) => {
@@ -449,8 +464,8 @@ export const NLPixi = (props: Props) => {
@@ -460,14 +475,7 @@ export const NLPixi = (props: Props) => {
@@ -483,12 +491,13 @@ export const NLPixi = (props: Props) => {
@@ -499,9 +508,8 @@ export const NLPixi = (props: Props) => {
@@ -512,30 +520,23 @@ export const NLPixi = (props: Props) => {
@@ -563,9 +564,8 @@ export const NLPixi = (props: Props) => {
@@ -583,7 +583,7 @@ export const NLPixi = (props: Props) => {
@@ -595,7 +595,7 @@ export const NLPixi = (props: Props) => {