Skip to content

Commit

Permalink
opacity scale and remove navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinkWithPbody committed Jan 15, 2025
1 parent b062ce0 commit 656d57f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ Component.Graph({
drag: true, // whether to allow panning the view around
zoom: true, // whether to allow zooming in and out
depth: 2, // how many hops of notes to display
scale: 10, // default view scale
scale: 1.1, // default view scale
repelForce: 0.5, // how much nodes should repel each other
centerForce: 0.3, // how much force to use when trying to center the nodes
linkDistance: 30, // how long should the links be by default?
fontSize: 0.6, // what size should the node labels be?
opacityScale: 1, // how quickly do we fade out the labels when zooming out?
removeTags: [], // what tags to remove from the graph
opacityScale: 2, // how quickly do we fade out the labels when zooming out?
removeTags: ["navigation"], // what tags to remove from the graph
showTags: true, // whether to show tags in the graph
},
globalGraph: {
Expand Down

0 comments on commit 656d57f

Please sign in to comment.