Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher authored Aug 24, 2023
1 parent fdaf38c commit d5e428e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import static org.orbisgis.demat.Demat.*
def chart = Chart().description("A simple bar chart").name("A simple name")
.data(new Object[][]{{"a", "b", "c"}, {1, 22, 12}, {200, 300, 400}})
.mark_bar()
.mark(Bar())
.encode(X("a").nominal(), Y("b").quantitative())
chart.show()
```
Expand Down

0 comments on commit d5e428e

Please sign in to comment.