The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: graph view tag options

+4
+4
docs/features/graph view.md
··· 34 34 linkDistance: 30, // how long should the links be by default? 35 35 fontSize: 0.6, // what size should the node labels be? 36 36 opacityScale: 1, // how quickly do we fade out the labels when zooming out? 37 + removeTags: [], // what tags to remove from the graph 38 + showTags: true, // whether to show tags in the graph 37 39 }, 38 40 globalGraph: { 39 41 drag: true, ··· 45 47 linkDistance: 30, 46 48 fontSize: 0.6, 47 49 opacityScale: 1, 50 + removeTags: [], // what tags to remove from the graph 51 + showTags: true, // whether to show tags in the graph 48 52 }, 49 53 }) 50 54 ```