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

fix: radial bars demo import in CodeSandbox #1786

Merged
merged 2 commits into from
Jan 12, 2024

Conversation

adamzuch
Copy link
Contributor

🐛 Bug Fix

🚀 Enhancements

@adamzuch adamzuch changed the title Radial bars demo fix import for CodeSandbox fix: radial bars demo import in CodeSandbox Jan 11, 2024
Copy link
Collaborator

@williaster williaster left a comment

Choose a reason for hiding this comment

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

lgtm, thanks for the quick fixes on this!

@@ -4,7 +4,7 @@ import { Group } from '@visx/group';
import { GradientLightgreenGreen } from '@visx/gradient';
import { scaleBand, scaleRadial } from '@visx/scale';
import { Text } from '@visx/text';
import letterFrequency, { LetterFrequency } from '@visx/mock-data/src/mocks/letterFrequency';
import letterFrequency, { LetterFrequency } from '@visx/mock-data/lib/mocks/letterFrequency';
Copy link
Collaborator

Choose a reason for hiding this comment

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

ah yes, sorry I didn't catch this. tricky to catch this one in CI as well.

<GradientLightgreenGreen id="green" />
<rect width={width} height={height} fill="url(#green)" rx={14} />
<Group top={yMax / 2 + margin.top} left={xMax / 2}>
<GradientLightgreenGreen id="radial-bars-green" />
Copy link
Collaborator

Choose a reason for hiding this comment

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

🙏

@williaster williaster merged commit eddcca4 into airbnb:master Jan 12, 2024
2 checks passed
Copy link

🎉 This PR is included in version v3.7.0 of the packages modified 🎉

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

Successfully merging this pull request may close these issues.

2 participants