Skip to content

Commit 615fadf

Browse files
committed
add dot-plot example
1 parent 32ee329 commit 615fadf

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/routes/examples/dot/3-dot-plot.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
y={{ type: 'point', label: '' }}>
2121
<GridY strokeDasharray="1,3" strokeOpacity={0.5} />
2222
<Dot
23-
data={languages.filter((d) => d['Total speakers'] >= 70e6)}
23+
data={languages.filter(
24+
(d) => d['Total speakers'] >= 70e6
25+
)}
2426
fill="currentColor"
2527
sort={{ channel: '-x' }}
2628
y="Language"
85.5 KB
Loading

static/examples/dot/3-dot-plot.png

85.3 KB
Loading

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy