Skip to content

Commit

Permalink
Set the expected from point.focus.expand.r to Number | Fixes #853
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Apr 26, 2018
1 parent e8b765a commit 13d4a88
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 @@ -1195,7 +1195,7 @@ ChartBase.STATE = {
focus: Config.shapeOf({
expand: Config.shapeOf({
enabled: Config.bool(),
r: Config.bool(),
r: Config.number(),
}),
select: Config.shapeOf({
r: Config.number(),
Expand Down

0 comments on commit 13d4a88

Please sign in to comment.