main
gman 1 year ago
parent 189f7a72c6
commit 1f2d4ff22a

1
.gitignore vendored

@ -8,7 +8,6 @@ pnpm-debug.log*
lerna-debug.log* lerna-debug.log*
node_modules node_modules
dist
dist-ssr dist-ssr
*.local *.local

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

14
dist/index.html vendored

@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<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 + React + TS</title>
<script type="module" crossorigin src="/assets/index-9alGvXI7.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CWCiBtGb.css">
</head>
<body>
<div id="root"></div>
</body>
</html>

@ -22,6 +22,10 @@ function App() {
queryFn: () => load(`./${day}.csv.gz`, CSVLoader, { csv: {} }), queryFn: () => load(`./${day}.csv.gz`, CSVLoader, { csv: {} }),
}) })
if (error) {
console.log(error)
}
const layers = [ const layers = [
new ScatterplotLayer({ new ScatterplotLayer({
id: 'deckgl-circle', id: 'deckgl-circle',

@ -0,0 +1 @@
{"root":["./src/app.tsx","./src/main.tsx","./src/vite-env.d.ts"],"version":"5.7.3"}
Loading…
Cancel
Save