+
@@ -135,5 +145,11 @@ $header-height: 60rem;
display: flex;
}
}
+
+ .close {
+ position: absolute;
+ right: 20rem;
+ top: 20rem;
+ }
}
\ No newline at end of file
diff --git a/src/components/Statistics.vue b/src/components/Statistics.vue
index 34194484..60d08ebe 100644
--- a/src/components/Statistics.vue
+++ b/src/components/Statistics.vue
@@ -1,8 +1,9 @@
@@ -12,38 +13,171 @@ const store = useBaseStore()
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Tooltip.vue b/src/components/Tooltip.vue
new file mode 100644
index 00000000..e1449244
--- /dev/null
+++ b/src/components/Tooltip.vue
@@ -0,0 +1,66 @@
+
+