Skip to content

Commit

Permalink
Merge pull request #232 from johannes-wolf/chart-manual-mode-fix
Browse files Browse the repository at this point in the history
doc: Fix manual barchart mode
  • Loading branch information
johannes-wolf authored Sep 30, 2023
2 parents 7bc4263 + a6624ac commit dce7412
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion manual.typ
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ chart.barchart(size: (10, auto), mode: "clustered",
```typc
import cetz.chart
let data = (("A", 10, 12, 22), ("B", 20, 1, 7), ("C", 13, 8, 9))
chart.barchart(size: (10, auto), mode: "clustered",
chart.barchart(size: (10, auto), mode: "stacked",
x-tick-step: 10, value-key: (..range(1, 4)), data)
```)

Expand Down

0 comments on commit dce7412

Please sign in to comment.