Fix typo in graph page
This commit is contained in:
parent
8cf0502492
commit
58b831cd24
|
@ -12,7 +12,7 @@ title: "Content Graph"
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<p>
|
<p>
|
||||||
Here you can see a visualization of the posts on this article using <a href="https://visjs.org/">Vis.js</a>.
|
Here you can see a visualization of the posts on this blog using <a href="https://visjs.org/">Vis.js</a>.
|
||||||
In the below graph, each node is an article, and each edge between nodes is a reference from
|
In the below graph, each node is an article, and each edge between nodes is a reference from
|
||||||
one article to another. Each article is sized to be roughly proportional to its word count (file size
|
one article to another. Each article is sized to be roughly proportional to its word count (file size
|
||||||
is used as a quick metric for this purpose). You can hover over a node to see the title of the article
|
is used as a quick metric for this purpose). You can hover over a node to see the title of the article
|
||||||
|
|
Loading…
Reference in New Issue
Block a user