···3434 linkDistance: 30, // how long should the links be by default?
3535 fontSize: 0.6, // what size should the node labels be?
3636 opacityScale: 1, // how quickly do we fade out the labels when zooming out?
3737+ removeTags: [], // what tags to remove from the graph
3838+ showTags: true, // whether to show tags in the graph
3739 },
3840 globalGraph: {
3941 drag: true,
···4547 linkDistance: 30,
4648 fontSize: 0.6,
4749 opacityScale: 1,
5050+ removeTags: [], // what tags to remove from the graph
5151+ showTags: true, // whether to show tags in the graph
4852 },
4953})
5054```