From f457924d386368c500202777ecf34f9de980b6cf Mon Sep 17 00:00:00 2001 From: lxsang Date: Fri, 19 Feb 2021 18:24:32 +0100 Subject: [PATCH] fix typo + layout --- blog/assets/graph.js | 1 + blog/assets/style.css | 1 + blog/views/default/post/graph.ls | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/blog/assets/graph.js b/blog/assets/graph.js index b42b09d..d71d2e1 100644 --- a/blog/assets/graph.js +++ b/blog/assets/graph.js @@ -210,6 +210,7 @@ $(document).ready(function () { .css("height", "calc(100% - 10px)") .css("margin", "0 auto") .css("display", "block")); + $("#floating_container").show(); } } ) diff --git a/blog/assets/style.css b/blog/assets/style.css index 5a8804c..ac38933 100644 --- a/blog/assets/style.css +++ b/blog/assets/style.css @@ -95,6 +95,7 @@ div.d3tooltip a{ opacity: 0.9; right: 0; overflow:hidden; + display: none; } #floating_content { diff --git a/blog/views/default/post/graph.ls b/blog/views/default/post/graph.ls index 060e0c4..562799b 100644 --- a/blog/views/default/post/graph.ls +++ b/blog/views/default/post/graph.ls @@ -16,7 +16,7 @@

Nodes are arranged by force which is modelled by content similarity. - The more similar is the nodes content, the stronger is the force between them. + The more similar the nodes content, the stronger the force between them. Therefore, nodes that share similar topic will tend to group themself together in a cluster.