-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PieChart #56
base: develop
Are you sure you want to change the base?
Add PieChart #56
Conversation
@samshara the build is failing! |
[innerRadius, width, height], | ||
); | ||
|
||
const arcs = pieGenerator(data); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we not need to memoize this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to resolve the conflicts before this can be merged
"d3-axis": "^2.0.0", | ||
"d3-scale": "^3.2.3", | ||
"d3-shape": "^2.0.0", | ||
"file-saver": "^2.0.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File saver can be an optional dependency
@@ -42,9 +42,10 @@ | |||
"@babel/runtime-corejs3": "^7.11.2", | |||
"@storybook/client-api": "^6.0.21", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this can also be a dev-dependency
#47