Skip to content

Commit

Permalink
update font size
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-du authored Jan 16, 2021
1 parent e159d29 commit 36748ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ <h1>Wiki Search</h1>
networkSeries.dataFields.children = "children";

networkSeries.nodes.template.label.text = "{name}"
networkSeries.fontSize = 20;
networkSeries.fontSize = 8;
networkSeries.linkWithStrength = 0;

const nodeTemplate = networkSeries.nodes.template;
Expand Down Expand Up @@ -329,4 +329,4 @@ <h1>Wiki Search</h1>
</script>
</div>
</body>
</html>
</html>

0 comments on commit 36748ab

Please sign in to comment.