Skip to content

Commit

Permalink
Merge pull request #611 from kienD/issue-610
Browse files Browse the repository at this point in the history
#610 Check for Number instead of Boolean on axisY.tick.count prop
  • Loading branch information
carloslancha authored Feb 22, 2018
2 parents c39985e + 82499a1 commit 9b14c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clay-charts/src/ChartBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ ChartBase.STATE = {
padding: Config.object().string(),
show: Config.bool(),
tick: Config.shapeOf({
count: Config.bool(),
count: Config.number(),
outer: Config.bool(),
values: Config.array(),
}),
Expand Down

0 comments on commit 9b14c3e

Please sign in to comment.