-
Notifications
You must be signed in to change notification settings - Fork 49
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
Website | Gallery: Donut Example #38 #367
Conversation
Great job @lee00678! I'm a little concerned about the visual aspects of the new example because it's inconsistent with other examples and our Unovis brand. Specifically, the colors and the capitalized text in the legend. @Dovlash Vlad, can you please take a look and give us your comments. Here's the Gallery section on our website if you need a link: https://unovis.dev/gallery. (Vlad is leading our data visualization design activities at F5) |
abc0227
to
9d2770f
Compare
I'm happy to make any changes! Also nice to "meet" both of you @rokotyan and @Dovlash. Yes, I used D3's color theme as I ran out of the default colors for donut chart. I can probably look into how to get unovis' color theme rendered, and I will update the legend as well. |
Nice to meet you too @lee00678! I see, I think instead of showing so many slices, we can merge smaller ones into a big "Others" one. |
9d2770f
to
815292f
Compare
I like the idea of combining the smaller categories. Made an update on that. |
Nice, thanks for the update! |
@lee00678 Btw, if you use Discord, we've a space there which we're planning to make public soon. Feel free to join: https://discord.gg/zATXusWgCP |
815292f
to
e0fb1d5
Compare
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.
Looks good @lee00678! I left one comment, I think you'll need to rebase on main to address it
@@ -25,6 +25,13 @@ export const examples: ExampleCollection[] = [ | |||
require('./horizontal-stacked-bar-chart').default, | |||
], | |||
}, | |||
{ | |||
title: 'Donut Charts', |
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.
Instead of making a new category, I would add it as the first entry to "Circular Charts"
e0fb1d5
to
1ceb62a
Compare
CLA Assistant Lite bot ✅ All required contributors have signed the F5 CLA for this PR. Thank you! |
Agree |
1ceb62a
to
c9e210e
Compare
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.
Thanks @lee00678! Merging.
Add a gallery example which showcases the use of a basic donut chart. (issue)
shared/examples
directory called basic-donut-chart with all the relevant filesbasic-donut-chart.tsx
Add code for other frameworks:
And then add screenshots to
_shared/previews
: