summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2017-03-26 09:12:13 +0200
committerYorhel <git@yorhel.nl>2017-03-26 09:12:23 +0200
commit2da42029f9d542e1e0008a10d3074069983b9885 (patch)
tree08601f1611cf00875902f398e02516792cffc515 /lib/VNDB
parent08a2cf28158b3830d702165d1597db2855b65805 (diff)
Multi::RG: Remove unofficial relations from graph if #vns > 30
This makes the relation graphs useful again for several large (mostly) independent graphs that are sometimes linked together by unofficial relations. e.g. https://vndb.org/t8985
Diffstat (limited to 'lib/VNDB')
-rw-r--r--lib/VNDB/Handler/VNPage.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VNDB/Handler/VNPage.pm b/lib/VNDB/Handler/VNPage.pm
index e6b857c2..5f335019 100644
--- a/lib/VNDB/Handler/VNPage.pm
+++ b/lib/VNDB/Handler/VNPage.pm
@@ -36,6 +36,7 @@ sub rg {
div class => 'mainbox';
h1 $title;
+ p 'Note: Unofficial relations are excluded if the graph would otherwise be too large.';
p class => 'center';
lit $v->{svg};
end;