Node Styling
Here, you can find all configuration options related to the styling of nodes in the site graph.
Basic Node
Section titled “Basic Node”This is the styling of a basic node, with no additional styles applied to it. Familiarize yourself with its shape, color, and size, before you move on to more advanced styles.
{}{ "/node/": { "title": "Node", "exists": true }}{ "graphConfig": { "actions": [], "tagStyles": {}, "tagRenderMode": "none", "enableDrag": false, "enableZoom": false, "enablePan": false, "enableHover": true, "enableClick": "disable", "depth": 1, "depthDirection": "both", "followLink": "same", "scale": 3, "minZoom": 0.05, "maxZoom": 4, "renderLabels": false, "renderArrows": true, "renderUnresolved": false, "renderExternal": true, "scaleLinks": true, "scaleArrows": true, "minZoomArrows": 0.8, "labelOpacityScale": 1.3, "labelMutedOpacity": 0, "labelHoverOpacity": 1, "labelAdjacentOpacity": 1, "labelFontSize": 12, "labelHoverScale": 1, "labelOffset": 10, "labelHoverOffset": 14, "zoomDuration": 75, "zoomEase": "out_quad", "hoverDuration": 200, "hoverEase": "out_quad", "nodeDefaultStyle": { "shape": "circle", "shapeColor": "nodeColor", "shapeSize": 10, "strokeWidth": 0, "colliderScale": 1, "nodeScale": 1, "neighborScale": 0.5 }, "nodeVisitedStyle": { "shapeColor": "nodeColorVisited" }, "nodeCurrentStyle": { "shapeColor": "nodeColor" }, "nodeUnresolvedStyle": { "shapeColor": "nodeColorUnresolved" }, "nodeExternalStyle": { "shape": "square", "shapeColor": "nodeColorExternal", "strokeColor": "inherit", "nodeScale": 0.6 }, "tagDefaultStyle": { "shape": "circle", "shapeSize": 6, "shapeColor": "backgroundColor", "strokeColor": "nodeColorTag", "strokeWidth": 1, "colliderScale": 1, "nodeScale": 1, "neighborScale": 0.7 }, "linkWidth": 1, "linkHoverWidth": 1, "arrowSize": 5, "arrowAngle": 0.5235987755982988, "centerForce": 0.001, "colliderPadding": 20, "repelForce": 200, "linkDistance": 0, "alphaDecay": 0.0228, "visibilityRules": ["**/*"], "prefetchPages": false }, "sitemapConfig": {}, "backlinksConfig": {}}Shape Config
Section titled “Shape Config”The shape of the node can be set with the shape property.
When using the polygon or star shape, it is also possible to set the number of points added to the shape
using the shapePoints property; this property is ignored for other shapes.
{ "graphConfig": { "nodeDefaultStyle": { "shape": "square", "shapePoints": 0 } }}{ "/node/": { "title": "Node", "exists": true }}{ "graphConfig": { "actions": [], "tagStyles": {}, "tagRenderMode": "none", "enableDrag": false, "enableZoom": false, "enablePan": false, "enableHover": true, "enableClick": "disable", "depth": 1, "depthDirection": "both", "followLink": "same", "scale": 3, "minZoom": 0.05, "maxZoom": 4, "renderLabels": false, "renderArrows": true, "renderUnresolved": false, "renderExternal": true, "scaleLinks": true, "scaleArrows": true, "minZoomArrows": 0.8, "labelOpacityScale": 1.3, "labelMutedOpacity": 0, "labelHoverOpacity": 1, "labelAdjacentOpacity": 1, "labelFontSize": 12, "labelHoverScale": 1, "labelOffset": 10, "labelHoverOffset": 14, "zoomDuration": 75, "zoomEase": "out_quad", "hoverDuration": 200, "hoverEase": "out_quad", "nodeDefaultStyle": { "shape": "square", "shapeColor": "nodeColor", "shapeSize": 10, "strokeWidth": 0, "colliderScale": 1, "nodeScale": 1, "neighborScale": 0.5, "shapePoints": 0 }, "nodeVisitedStyle": { "shapeColor": "nodeColorVisited" }, "nodeCurrentStyle": { "shapeColor": "nodeColor" }, "nodeUnresolvedStyle": { "shapeColor": "nodeColorUnresolved" }, "nodeExternalStyle": { "shape": "square", "shapeColor": "nodeColorExternal", "strokeColor": "inherit", "nodeScale": 0.6 }, "tagDefaultStyle": { "shape": "circle", "shapeSize": 6, "shapeColor": "backgroundColor", "strokeColor": "nodeColorTag", "strokeWidth": 1, "colliderScale": 1, "nodeScale": 1, "neighborScale": 0.7 }, "linkWidth": 1, "linkHoverWidth": 1, "arrowSize": 5, "arrowAngle": 0.5235987755982988, "centerForce": 0.001, "colliderPadding": 20, "repelForce": 200, "linkDistance": 0, "alphaDecay": 0.0228, "visibilityRules": ["**/*"], "prefetchPages": false }, "sitemapConfig": {}, "backlinksConfig": {}}Size Config
Section titled “Size Config”The (absolute) size of the node can be set with the shapeSize property.
This size is further affected by the nodeScale and neighborScale.
{ "graphConfig": { "nodeDefaultStyle": { "shapeSize": 10 } }}{ "/node/": { "title": "Node", "exists": true }, "/other-node/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Other Node", "exists": true }}{ "graphConfig": { "actions": [], "tagStyles": {}, "tagRenderMode": "none", "enableDrag": false, "enableZoom": false, "enablePan": false, "enableHover": true, "enableClick": "disable", "depth": 1, "depthDirection": "both", "followLink": "same", "scale": 1, "minZoom": 0.05, "maxZoom": 4, "renderLabels": false, "renderArrows": true, "renderUnresolved": false, "renderExternal": true, "scaleLinks": true, "scaleArrows": true, "minZoomArrows": 0.8, "labelOpacityScale": 1.3, "labelMutedOpacity": 0, "labelHoverOpacity": 1, "labelAdjacentOpacity": 1, "labelFontSize": 12, "labelHoverScale": 1, "labelOffset": 10, "labelHoverOffset": 14, "zoomDuration": 75, "zoomEase": "out_quad", "hoverDuration": 200, "hoverEase": "out_quad", "nodeDefaultStyle": { "shape": "circle", "shapeColor": "nodeColor", "shapeSize": 10, "strokeWidth": 0, "colliderScale": 1, "nodeScale": 1, "neighborScale": 0.5 }, "nodeVisitedStyle": { "shapeColor": "nodeColorVisited" }, "nodeCurrentStyle": { "shapeColor": "nodeColor" }, "nodeUnresolvedStyle": { "shapeColor": "nodeColorUnresolved" }, "nodeExternalStyle": { "shape": "square", "shapeColor": "nodeColorExternal", "strokeColor": "inherit", "nodeScale": 0.6 }, "tagDefaultStyle": { "shape": "circle", "shapeSize": 6, "shapeColor": "backgroundColor", "strokeColor": "nodeColorTag", "strokeWidth": 1, "colliderScale": 1, "nodeScale": 1, "neighborScale": 0.7 }, "linkWidth": 1, "linkHoverWidth": 1, "arrowSize": 5, "arrowAngle": 0.5235987755982988, "centerForce": 0.001, "colliderPadding": 20, "repelForce": 5, "linkDistance": 0, "alphaDecay": 0.0228, "visibilityRules": ["**/*"], "prefetchPages": false }, "sitemapConfig": {}, "backlinksConfig": {}}New Color Config
Section titled “ Color Config”With the shapeColor property, you can set the color of the node.
This property can be set to:
- a default color types defined by the package (e.g.
nodeColor,nodeColorVisited,nodeColor1, etc.), - to
stroke(uses the same color as the stroke of the node, if defined), - to your own CSS-defined variable (e.g.
--color-variable), - to a hex color (e.g.
#ff00ff).
{ "graphConfig": { "nodeDefaultStyle": { "shapeColor": "nodeColor" } }}{ "/node/": { "title": "Node", "exists": true }}{ "graphConfig": { "actions": [], "tagStyles": {}, "tagRenderMode": "none", "enableDrag": false, "enableZoom": false, "enablePan": false, "enableHover": true, "enableClick": "disable", "depth": 1, "depthDirection": "both", "followLink": "same", "scale": 3, "minZoom": 0.05, "maxZoom": 4, "renderLabels": false, "renderArrows": true, "renderUnresolved": false, "renderExternal": true, "scaleLinks": true, "scaleArrows": true, "minZoomArrows": 0.8, "labelOpacityScale": 1.3, "labelMutedOpacity": 0, "labelHoverOpacity": 1, "labelAdjacentOpacity": 1, "labelFontSize": 12, "labelHoverScale": 1, "labelOffset": 10, "labelHoverOffset": 14, "zoomDuration": 75, "zoomEase": "out_quad", "hoverDuration": 200, "hoverEase": "out_quad", "nodeDefaultStyle": { "shape": "circle", "shapeColor": "nodeColor", "shapeSize": 10, "strokeWidth": 0, "colliderScale": 1, "nodeScale": 1, "neighborScale": 0.5 }, "nodeVisitedStyle": { "shapeColor": "nodeColorVisited" }, "nodeCurrentStyle": { "shapeColor": "nodeColor" }, "nodeUnresolvedStyle": { "shapeColor": "nodeColorUnresolved" }, "nodeExternalStyle": { "shape": "square", "shapeColor": "nodeColorExternal", "strokeColor": "inherit", "nodeScale": 0.6 }, "tagDefaultStyle": { "shape": "circle", "shapeSize": 6, "shapeColor": "backgroundColor", "strokeColor": "nodeColorTag", "strokeWidth": 1, "colliderScale": 1, "nodeScale": 1, "neighborScale": 0.7 }, "linkWidth": 1, "linkHoverWidth": 1, "arrowSize": 5, "arrowAngle": 0.5235987755982988, "centerForce": 0.001, "colliderPadding": 20, "repelForce": 200, "linkDistance": 0, "alphaDecay": 0.0228, "visibilityRules": ["**/*"], "prefetchPages": false }, "sitemapConfig": {}, "backlinksConfig": {}}Shape Rotation
Section titled “Shape Rotation”The rotation of a node can be set with the shapeRotation property.
This property accepts either a number input (given as degrees), or random to randomize the rotation of the node.
{ "graphConfig": { "nodeDefaultStyle": { "shapeRotation": 72, "shape": "star", "shapePoints": 5 } }}{ "/node/": { "title": "Node", "exists": true }}{ "graphConfig": { "actions": [], "tagStyles": {}, "tagRenderMode": "none", "enableDrag": false, "enableZoom": false, "enablePan": false, "enableHover": true, "enableClick": "disable", "depth": 1, "depthDirection": "both", "followLink": "same", "scale": 3, "minZoom": 0.05, "maxZoom": 4, "renderLabels": false, "renderArrows": true, "renderUnresolved": false, "renderExternal": true, "scaleLinks": true, "scaleArrows": true, "minZoomArrows": 0.8, "labelOpacityScale": 1.3, "labelMutedOpacity": 0, "labelHoverOpacity": 1, "labelAdjacentOpacity": 1, "labelFontSize": 12, "labelHoverScale": 1, "labelOffset": 10, "labelHoverOffset": 14, "zoomDuration": 75, "zoomEase": "out_quad", "hoverDuration": 200, "hoverEase": "out_quad", "nodeDefaultStyle": { "shape": "star", "shapeColor": "nodeColor", "shapeSize": 10, "strokeWidth": 0, "colliderScale": 1, "nodeScale": 1, "neighborScale": 0.5, "shapeRotation": 72, "shapePoints": 5 }, "nodeVisitedStyle": { "shapeColor": "nodeColorVisited" }, "nodeCurrentStyle": { "shapeColor": "nodeColor" }, "nodeUnresolvedStyle": { "shapeColor": "nodeColorUnresolved" }, "nodeExternalStyle": { "shape": "square", "shapeColor": "nodeColorExternal", "strokeColor": "inherit", "nodeScale": 0.6 }, "tagDefaultStyle": { "shape": "circle", "shapeSize": 6, "shapeColor": "backgroundColor", "strokeColor": "nodeColorTag", "strokeWidth": 1, "colliderScale": 1, "nodeScale": 1, "neighborScale": 0.7 }, "linkWidth": 1, "linkHoverWidth": 1, "arrowSize": 5, "arrowAngle": 0.5235987755982988, "centerForce": 0.001, "colliderPadding": 20, "repelForce": 200, "linkDistance": 0, "alphaDecay": 0.0228, "visibilityRules": ["**/*"], "prefetchPages": false }, "sitemapConfig": {}, "backlinksConfig": {}}Corner Radius
Section titled “Corner Radius”With the cornerRadius property, you can set the corner radius of the node,
which works similarly to the CSS border-radius property.
This property is only applicable to polygon or star-derived shapes (e.g. square, triangle, polygon, star),
other shapes (e.g. circle) are not affected by this property.
Input can either be a number (in pixels), or a percentage value represented as a string (e.g. “5.3%”).
{ "graphConfig": { "nodeDefaultStyle": { "shape": "square", "shapeCornerRadius": "4%", "cornerType": "round" } }}{ "/node/": { "title": "Node", "exists": true }}{ "graphConfig": { "actions": [], "tagStyles": {}, "tagRenderMode": "none", "enableDrag": false, "enableZoom": false, "enablePan": false, "enableHover": true, "enableClick": "disable", "depth": 1, "depthDirection": "both", "followLink": "same", "scale": 3, "minZoom": 0.05, "maxZoom": 4, "renderLabels": false, "renderArrows": true, "renderUnresolved": false, "renderExternal": true, "scaleLinks": true, "scaleArrows": true, "minZoomArrows": 0.8, "labelOpacityScale": 1.3, "labelMutedOpacity": 0, "labelHoverOpacity": 1, "labelAdjacentOpacity": 1, "labelFontSize": 12, "labelHoverScale": 1, "labelOffset": 10, "labelHoverOffset": 14, "zoomDuration": 75, "zoomEase": "out_quad", "hoverDuration": 200, "hoverEase": "out_quad", "nodeDefaultStyle": { "shape": "square", "shapeColor": "nodeColor", "shapeSize": 10, "strokeWidth": 0, "colliderScale": 1, "nodeScale": 1, "neighborScale": 0.5, "shapeCornerRadius": "4%", "cornerType": "round" }, "nodeVisitedStyle": { "shapeColor": "nodeColorVisited" }, "nodeCurrentStyle": { "shapeColor": "nodeColor" }, "nodeUnresolvedStyle": { "shapeColor": "nodeColorUnresolved" }, "nodeExternalStyle": { "shape": "square", "shapeColor": "nodeColorExternal", "strokeColor": "inherit", "nodeScale": 0.6 }, "tagDefaultStyle": { "shape": "circle", "shapeSize": 6, "shapeColor": "backgroundColor", "strokeColor": "nodeColorTag", "strokeWidth": 1, "colliderScale": 1, "nodeScale": 1, "neighborScale": 0.7 }, "linkWidth": 1, "linkHoverWidth": 1, "arrowSize": 5, "arrowAngle": 0.5235987755982988, "centerForce": 0.001, "colliderPadding": 20, "repelForce": 200, "linkDistance": 0, "alphaDecay": 0.0228, "visibilityRules": ["**/*"], "prefetchPages": false }, "sitemapConfig": {}, "backlinksConfig": {}}Shape Stroke
Section titled “Shape Stroke”Similarly to the shape properties, you can also set the size, color and corner radius of the stroke
using the strokeWidth, strokeColor, and strokeRadius properties.
For strokeColor, you can use the same values as for shapeColor, plus the special value inherit,
which uses the same color as the node’s shapeColor (if defined).
{ "graphConfig": { "nodeDefaultStyle": { "shape": "square", "shapeColor": "nodeColor1", "strokeWidth": 2, "strokeColor": "inherit", "strokeCornerRadius": "4%", "cornerType": "round" } }}{ "/node/": { "title": "Node", "exists": true }}{ "graphConfig": { "actions": [], "tagStyles": {}, "tagRenderMode": "none", "enableDrag": false, "enableZoom": false, "enablePan": false, "enableHover": true, "enableClick": "disable", "depth": 1, "depthDirection": "both", "followLink": "same", "scale": 3, "minZoom": 0.05, "maxZoom": 4, "renderLabels": false, "renderArrows": true, "renderUnresolved": false, "renderExternal": true, "scaleLinks": true, "scaleArrows": true, "minZoomArrows": 0.8, "labelOpacityScale": 1.3, "labelMutedOpacity": 0, "labelHoverOpacity": 1, "labelAdjacentOpacity": 1, "labelFontSize": 12, "labelHoverScale": 1, "labelOffset": 10, "labelHoverOffset": 14, "zoomDuration": 75, "zoomEase": "out_quad", "hoverDuration": 200, "hoverEase": "out_quad", "nodeDefaultStyle": { "shape": "square", "shapeColor": "nodeColor1", "shapeSize": 10, "strokeWidth": 2, "colliderScale": 1, "nodeScale": 1, "neighborScale": 0.5, "strokeColor": "inherit", "strokeCornerRadius": "4%", "cornerType": "round" }, "nodeVisitedStyle": { "shapeColor": "nodeColorVisited" }, "nodeCurrentStyle": { "shapeColor": "nodeColor1" }, "nodeUnresolvedStyle": { "shapeColor": "nodeColorUnresolved" }, "nodeExternalStyle": { "shape": "square", "shapeColor": "nodeColorExternal", "strokeColor": "inherit", "nodeScale": 0.6 }, "tagDefaultStyle": { "shape": "circle", "shapeSize": 6, "shapeColor": "backgroundColor", "strokeColor": "nodeColorTag", "strokeWidth": 1, "colliderScale": 1, "nodeScale": 1, "neighborScale": 0.7 }, "linkWidth": 1, "linkHoverWidth": 1, "arrowSize": 5, "arrowAngle": 0.5235987755982988, "centerForce": 0.001, "colliderPadding": 20, "repelForce": 200, "linkDistance": 0, "alphaDecay": 0.0228, "visibilityRules": ["**/*"], "prefetchPages": false }, "sitemapConfig": {}, "backlinksConfig": {}}Collider Scaling
Section titled “Collider Scaling”The collider of a node is an invisible area around the node, which prevents other nodes from overlapping with it. By default, the collider is identical to the size of the node itself, and only the simulation forces are responsible for preventing nodes from overlapping.
However, if you’d like to have a larger area around the node that prevents other nodes from overlapping with it,
you can increase the size of the collider using the colliderScale property.
{ "graphConfig": { "repelForce": 0.1, "nodeDefaultStyle": { "colliderScale": 1 } }}{ "/node/": { "title": "Node", "exists": true }, "/node1/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node1", "exists": true }, "/node2/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node2", "exists": true }, "/node3/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node3", "exists": true }, "/node4/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node4", "exists": true }, "/node5/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node5", "exists": true }, "/node6/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node6", "exists": true }, "/node7/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node7", "exists": true }, "/node8/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node8", "exists": true }, "/node9/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node9", "exists": true }, "/node10/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node10", "exists": true }, "/node11/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node11", "exists": true }, "/node12/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node12", "exists": true }, "/node13/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node13", "exists": true }, "/node14/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node14", "exists": true }, "/node15/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node15", "exists": true }, "/node16/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node16", "exists": true }, "/node17/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node17", "exists": true }, "/node18/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node18", "exists": true }, "/node19/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node19", "exists": true }, "/node20/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node20", "exists": true }, "/node21/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node21", "exists": true }, "/node22/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node22", "exists": true }, "/node23/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node23", "exists": true }, "/node24/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node24", "exists": true }, "/node25/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node25", "exists": true }, "/node26/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node26", "exists": true }, "/node27/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node27", "exists": true }, "/node28/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node28", "exists": true }, "/node29/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node29", "exists": true }, "/node30/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node30", "exists": true }, "/node31/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node31", "exists": true }, "/node32/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node32", "exists": true }, "/node33/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node33", "exists": true }, "/node34/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node34", "exists": true }, "/node35/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node35", "exists": true }, "/node36/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node36", "exists": true }, "/node37/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node37", "exists": true }, "/node38/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node38", "exists": true }, "/node39/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Node39", "exists": true }}{ "graphConfig": { "actions": [], "tagStyles": {}, "tagRenderMode": "none", "enableDrag": false, "enableZoom": false, "enablePan": false, "enableHover": true, "enableClick": "disable", "depth": 5, "depthDirection": "both", "followLink": "same", "scale": 0.7, "minZoom": 0.05, "maxZoom": 4, "renderLabels": false, "renderArrows": true, "renderUnresolved": false, "renderExternal": true, "scaleLinks": true, "scaleArrows": true, "minZoomArrows": 0.8, "labelOpacityScale": 1.3, "labelMutedOpacity": 0, "labelHoverOpacity": 1, "labelAdjacentOpacity": 1, "labelFontSize": 12, "labelHoverScale": 1, "labelOffset": 10, "labelHoverOffset": 14, "zoomDuration": 75, "zoomEase": "out_quad", "hoverDuration": 200, "hoverEase": "out_quad", "nodeDefaultStyle": { "shape": "circle", "shapeColor": "nodeColor", "shapeSize": 10, "strokeWidth": 0, "colliderScale": 1, "nodeScale": 1, "neighborScale": 0.5 }, "nodeVisitedStyle": { "shapeColor": "nodeColorVisited" }, "nodeCurrentStyle": { "shapeColor": "nodeColor" }, "nodeUnresolvedStyle": { "shapeColor": "nodeColorUnresolved" }, "nodeExternalStyle": { "shape": "square", "shapeColor": "nodeColorExternal", "strokeColor": "inherit", "nodeScale": 0.6 }, "tagDefaultStyle": { "shape": "circle", "shapeSize": 6, "shapeColor": "backgroundColor", "strokeColor": "nodeColorTag", "strokeWidth": 1, "colliderScale": 1, "nodeScale": 1, "neighborScale": 0.7 }, "linkWidth": 1, "linkHoverWidth": 1, "arrowSize": 5, "arrowAngle": 0.5235987755982988, "centerForce": 0.001, "colliderPadding": 20, "repelForce": 0.1, "linkDistance": 0, "alphaDecay": 0.0228, "visibilityRules": ["**/*"], "prefetchPages": false }, "sitemapConfig": {}, "backlinksConfig": {}}Node Scaling
Section titled “Node Scaling”Using the nodeScale property, you can change how much a node is scaled with respect to the shapeSize property.
This can be useful if you want to make a specific category of nodes larger or smaller in comparison to other nodes
(e.g. making the current page’s node larger than the other nodes with { nodeCurrentStyle: { nodeScale: 2 } }).
{ "graphConfig": { "scale": 1, "nodeDefaultStyle": { "shapeSize": 10, "nodeScale": 1 } }}{ "/node/": { "title": "Node", "exists": true }, "/other-node/": { "nodeStyle": { "shape": "star", "shapeSize": 6, "shapeColor": "nodeColor", "shapeRotation": "random", "shapeCornerRadius": "25%", "cornerType": "round", "strokeWidth": 0, "labelOffset": 10, "labelOpacity": 1, "labelScale": 1, "colliderScale": 1, "nodeScale": 1.6, "sizingStrength": 0.5, "neighborScale": 4, "states": { "hovered": { "shapeColor": "nodeColorHover", "strokeColor": "inherit", "labelOffset": 14, "labelOpacity": 1, "labelScale": 1.3 }, "adjacent": { "shapeColor": "nodeColorAdjacent", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 }, "muted": { "shapeColor": "nodeColorMuted", "strokeColor": "inherit", "labelOffset": 10, "labelOpacity": 0 } } }, "title": "Other Node", "exists": true }}{ "graphConfig": { "actions": [], "tagStyles": {}, "tagRenderMode": "none", "enableDrag": false, "enableZoom": false, "enablePan": false, "enableHover": true, "enableClick": "disable", "depth": 5, "depthDirection": "both", "followLink": "same", "scale": 1, "minZoom": 0.05, "maxZoom": 4, "renderLabels": false, "renderArrows": true, "renderUnresolved": false, "renderExternal": true, "scaleLinks": true, "scaleArrows": true, "minZoomArrows": 0.8, "labelOpacityScale": 1.3, "labelMutedOpacity": 0, "labelHoverOpacity": 1, "labelAdjacentOpacity": 1, "labelFontSize": 12, "labelHoverScale": 1, "labelOffset": 10, "labelHoverOffset": 14, "zoomDuration": 75, "zoomEase": "out_quad", "hoverDuration": 200, "hoverEase": "out_quad", "nodeDefaultStyle": { "shape": "circle", "shapeColor": "nodeColor", "shapeSize": 10, "strokeWidth": 0, "colliderScale": 1, "nodeScale": 1, "neighborScale": 0.5 }, "nodeVisitedStyle": { "shapeColor": "nodeColorVisited" }, "nodeCurrentStyle": { "shapeColor": "nodeColor" }, "nodeUnresolvedStyle": { "shapeColor": "nodeColorUnresolved" }, "nodeExternalStyle": { "shape": "square", "shapeColor": "nodeColorExternal", "strokeColor": "inherit", "nodeScale": 0.6 }, "tagDefaultStyle": { "shape": "circle", "shapeSize": 6, "shapeColor": "backgroundColor", "strokeColor": "nodeColorTag", "strokeWidth": 1, "colliderScale": 1, "nodeScale": 1, "neighborScale": 0.7 }, "linkWidth": 1, "linkHoverWidth": 1, "arrowSize": 5, "arrowAngle": 0.5235987755982988, "centerForce": 0.001, "colliderPadding": 20, "repelForce": 5, "linkDistance": 0, "alphaDecay": 0.0228, "visibilityRules": ["**/*"], "prefetchPages": false }, "sitemapConfig": {}, "backlinksConfig": {}}Neighbor Scaling
Section titled “Neighbor Scaling”A node can have different amount of links compared to other nodes.
If you want a node to be larger than its surrounding nodes when it has more links,
you can do so by increasing the neighborScale property.
Internally, this property multiplies the nodeScale by a smoothed exponential function of the number of links the node has.
{ "graphConfig": { "scale": 1, "nodeDefaultStyle": { "neighborScale": 1 } }}{ "/node/": { "backlinks": [ "/node1/", "/node2/", "/node3/", "/node4/", "/node5/", "/node6/" ], "title": "Node", "exists": true }, "/node1/": { "links": ["/node/"], "title": "Node1", "exists": true }, "/node2/": { "links": ["/node/"], "title": "Node2", "exists": true }, "/node3/": { "links": ["/node/"], "title": "Node3", "exists": true }, "/node4/": { "links": ["/node/"], "title": "Node4", "exists": true }, "/node5/": { "links": ["/node/"], "title": "Node5", "exists": true }, "/node6/": { "links": ["/node/"], "title": "Node6", "exists": true }}{ "graphConfig": { "actions": [], "tagStyles": {}, "tagRenderMode": "none", "enableDrag": false, "enableZoom": false, "enablePan": false, "enableHover": true, "enableClick": "disable", "depth": 1, "depthDirection": "both", "followLink": "same", "scale": 1, "minZoom": 0.05, "maxZoom": 4, "renderLabels": false, "renderArrows": true, "renderUnresolved": false, "renderExternal": true, "scaleLinks": true, "scaleArrows": true, "minZoomArrows": 0.8, "labelOpacityScale": 1.3, "labelMutedOpacity": 0, "labelHoverOpacity": 1, "labelAdjacentOpacity": 1, "labelFontSize": 12, "labelHoverScale": 1, "labelOffset": 10, "labelHoverOffset": 14, "zoomDuration": 75, "zoomEase": "out_quad", "hoverDuration": 200, "hoverEase": "out_quad", "nodeDefaultStyle": { "shape": "circle", "shapeColor": "nodeColor", "shapeSize": 10, "strokeWidth": 0, "colliderScale": 1, "nodeScale": 1, "neighborScale": 1 }, "nodeVisitedStyle": { "shapeColor": "nodeColorVisited" }, "nodeCurrentStyle": { "shapeColor": "nodeColor" }, "nodeUnresolvedStyle": { "shapeColor": "nodeColorUnresolved" }, "nodeExternalStyle": { "shape": "square", "shapeColor": "nodeColorExternal", "strokeColor": "inherit", "nodeScale": 0.6 }, "tagDefaultStyle": { "shape": "circle", "shapeSize": 6, "shapeColor": "backgroundColor", "strokeColor": "nodeColorTag", "strokeWidth": 1, "colliderScale": 1, "nodeScale": 1, "neighborScale": 0.7 }, "linkWidth": 1, "linkHoverWidth": 1, "arrowSize": 5, "arrowAngle": 0.5235987755982988, "centerForce": 0.001, "colliderPadding": 20, "repelForce": 200, "linkDistance": 0, "alphaDecay": 0.0228, "visibilityRules": ["**/*"], "prefetchPages": false }, "sitemapConfig": {}, "backlinksConfig": {}}