diff --git a/frontend/src/Graph.svelte b/frontend/src/Graph.svelte
index 88ff49a..08d534d 100644
--- a/frontend/src/Graph.svelte
+++ b/frontend/src/Graph.svelte
@@ -1,11 +1,12 @@
{#if selectionRectangle != null}
{/each}
+ {#if hoveredTask != null && hoveredTask.type == "open-data" }
+
+
+
+
+ {hoveredTask.type == 'open-data' ? hoveredTask.taskReference : "text"} | {tooltipCurrPoints ?? '?'} bod{ "ů yyy"[tooltipCurrPoints ?? 0] ?? "ů" } z {tooltipMaxPoints ?? '?'}
+
+
+ {/if}
diff --git a/frontend/src/GraphNode.svelte b/frontend/src/GraphNode.svelte
index 0dd3419..a26757d 100644
--- a/frontend/src/GraphNode.svelte
+++ b/frontend/src/GraphNode.svelte
@@ -1,12 +1,10 @@