feat(ws): stream data to line chart

This commit is contained in:
Leons Aleksandrovs
2025-07-07 19:14:06 +03:00
parent ab26e9881f
commit f0c94fa3ee
10 changed files with 313 additions and 135 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
<title>WebSocket data</title>
</head>
<body>
<div id="app"></div>