Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

feat: add circleSize prop to CategoricalCircleProportional #60

Merged
merged 2 commits into from
Jun 6, 2018

Conversation

device25
Copy link
Member

@device25 device25 commented Jun 6, 2018

No description provided.

@@ -33,7 +40,8 @@ Circle.propTypes = {
index: PropTypes.number.isRequired,
segmentsAmount: PropTypes.number.isRequired,
color: PropTypes.string.isRequired,
circleSize: PropTypes.number
circleSize: PropTypes.number,
isCirclesIncrease: PropTypes.bool
Copy link
Member

@stepankuzmin stepankuzmin Jun 6, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is it isCirclesIncrease?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed it to proportional

@stepankuzmin stepankuzmin merged commit 2a60464 into master Jun 6, 2018
@device25 device25 deleted the circleSize branch June 6, 2018 16:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants