Skip to content

Commit

Permalink
Merge pull request #855 from matuzalemsteles/issue-853
Browse files Browse the repository at this point in the history
Set the expected from point.focus.expand.r to Number | Fixes #853
  • Loading branch information
jbalsas authored Apr 26, 2018
2 parents a6c0903 + 13d4a88 commit 9ecbb76
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 9ecbb76

Please sign in to comment.