Skip to content

Commit

Permalink
Removing gridlines at zero
Browse files Browse the repository at this point in the history
Signed-off-by: Suhaib Khan <suheb.work@gmail.com>
  • Loading branch information
suheb committed Jul 14, 2017
1 parent 1411c83 commit 0fa311b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/fixtures/core.scale/label-offset-vertical-axes.json
Expand Up @@ -16,15 +16,17 @@
"display": false
},
"gridLines":{
"display": false
"display": false,
"drawBorder": false
}
}],
"yAxes": [{
"ticks": {
"labelOffset": 25
},
"gridLines":{
"display": false
"display": false,
"drawBorder": false
}
}]
}
Expand Down
Binary file modified test/fixtures/core.scale/label-offset-vertical-axes.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0fa311b

Please sign in to comment.