adds legend tooltips

This commit is contained in:
2025-01-03 00:20:56 -05:00
parent 623c394446
commit 35603c98a4
8 changed files with 343 additions and 79 deletions

View File

@@ -7,7 +7,9 @@
<title>Vite App</title>
</head>
<body>
<div id="app"></div>
<main>
<div id="app"></div>
</main>
<script type="module" src="/src/main.ts"></script>
</body>
</html>