Skip to content
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

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft

Add PieChart #56

wants to merge 1 commit into from

Conversation

samshara
Copy link
Member

@samshara samshara commented Dec 2, 2020

#47

@tnagorra
Copy link
Member

@samshara the build is failing!

[innerRadius, width, height],
);

const arcs = pieGenerator(data);
Copy link
Member

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?

Copy link
Member

@tnagorra tnagorra left a 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

@tnagorra tnagorra marked this pull request as draft August 11, 2021 05:28
"d3-axis": "^2.0.0",
"d3-scale": "^3.2.3",
"d3-shape": "^2.0.0",
"file-saver": "^2.0.2",
Copy link
Member

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",
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants