Skip to content

Commit

Permalink
(bars) fix axes format for bars
Browse files Browse the repository at this point in the history
  • Loading branch information
benib committed Sep 9, 2019
1 parent 924e1db commit 46a0edc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chartTypes/bar-stacked/vega-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@
"labels": true,
"ticks": true,
"tickCount": 4,
"labelSeparation": 4
"labelSeparation": 4,
"format": "~r"
},
{
"orient": "left",
Expand All @@ -253,7 +254,6 @@
"labels": true,
"ticks": false,
"labelPadding": 5,
"format": "~r",
"encode": {
"title": {
"update": {
Expand Down
4 changes: 2 additions & 2 deletions chartTypes/bar/vega-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@
"grid": true,
"ticks": true,
"tickCount": 4,
"labelSeparation": 4
"labelSeparation": 4,
"format": "~r"
},
{
"orient": "left",
Expand All @@ -276,7 +277,6 @@
"labels": true,
"ticks": false,
"labelPadding": 5,
"format": "~r",
"encode": {
"title": {
"update": {
Expand Down

0 comments on commit 46a0edc

Please sign in to comment.