Skip to content

Commit

Permalink
SF | Fixes #903
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed May 17, 2018
1 parent e08c01e commit 937b60e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/clay-charts/src/ChartBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -823,13 +823,13 @@ ChartBase.STATE = {
*/
bar: Config.shapeOf({
width: Config.oneOfType(
Config.number(),
Config.number(),
Config.shapeOf({
max: config.number()
max: config.number(),
ratio: Config.number(),
})
),
padding: Config.number()
padding: Config.number(),
zerobased: Config.bool(),
}),

Expand Down

0 comments on commit 937b60e

Please sign in to comment.