We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4730ae commit ed48665Copy full SHA for ed48665
package.json
@@ -8,7 +8,7 @@
8
"dev": "vite",
9
"build": "tsc -b && vite build",
10
"preview": "vite preview --open",
11
- "typecheck": "tsc -b --pretty"
+ "tsc": "tsc --pretty --noEmit"
12
},
13
"dependencies": {
14
"@observablehq/plot": "^0.6.16",
src/components/PlotScatterBrush.tsx
@@ -32,7 +32,6 @@ export function PlotScatterBrush() {
32
colorScheme: "turbo",
33
}}
34
enableBrush={true}
35
- showLegends={true}
36
onSelectionChange={handleSelectionChange}
37
/>
38
);
0 commit comments