Skip to content

Commit 89bbad9

Browse files
authored
duckdb nits (#1388)
* this rect looks like a bar to me * x,y
1 parent dd7e0bb commit 89bbad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/loader-duckdb/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ Plot.plot({
5757
x: {axis: "top", grid: true},
5858
color: {legend: true, unknown: "grey"},
5959
marks: [
60-
Plot.rectX(languages, {
61-
y: "geo",
60+
Plot.barX(languages, {
6261
x: "OBS_VALUE",
62+
y: "geo",
6363
fill: "language",
6464
order: "-sum",
6565
sort: {y: "-x", color: {value: "width", reduce: "sum", limit: 9}},

0 commit comments

Comments
 (0)