Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher authored Nov 8, 2024
1 parent 6f8b033 commit fe5f2aa
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 @@ -27,7 +27,7 @@ def spec = [
["a": "G", "b": 19], ["a": "H", "b": 87], ["a": "I", "b": 52]]
],
mark:"bar",
encoding : [x : [field:"a",axis:[LabelAngle:0],type:"nominal"],
encoding : [x : [field:"a",axis:[labelAngle:0],type:"nominal"],
y: [field:"b","type":"quantitative"]]]
toSVG(spec, "/tmp/bar_chart.svg")
```
Expand Down

0 comments on commit fe5f2aa

Please sign in to comment.