Curran Kelleher
Curran Kelleher
> we already have container properties like margin and padding Oh that's excellent news! I didn't think the margin was already configurable, since I didn't see it in `DonutConfigInterface` or...
Current status: * Got a setup working where I can test all the various half-donut cases. Here's what they look like: * Idea: export the angle ranges from Unovis somehow....
Excellent! Thank you for this feedback. I will do it that way. * [ ] Donut half right: align text to start * [ ] Donut half left: align text...
Finally nailed the scaling for top half donut! https://github.com/user-attachments/assets/734845dd-eb31-4bc6-934d-4560583a44bc
Closing in favor of * https://github.com/f5/unovis/pull/502
What is the recommended workflow for development? Should I add a new Gallery example to test with?
I think I'll start by adding a new entry to the list of things here in `packages/dev/cypress/urls.ts`, assuming that's what drives the `npm run dev` page: ```js { title: 'Donut:...
Or, maybe this is the place to add it: `packages/shared/examples/examples-list.tsx`.
Oh excellent! Thank you for the info. I've started on this here (very much WIP): https://github.com/f5/unovis/pull/444  I hope this is the right place to start adding examples. It's currently...
Making a bit of progress