f5 / unovis

Modular data visualization framework for React, Angular, Svelte, Vue, and vanilla TypeScript or JavaScript
https://unovis.dev
Apache License 2.0
2.23k stars 43 forks source link

Make Donut Example Responsive #454

Open curran opened 1 week ago

curran commented 1 week ago

User story:

As a developer working on the responsive behavior of a component, I want to be able to test out both the horizontal and vertical resizing, so that I can implement the correct resize behavior.

Details:

While working on #441, I noticed that the Unovis Dev site does not allow you to test the responsive behavior of the donut chart. Horizontal resize works fine, but not vertical. I propose to modify the existing donut chart example to showcase vertical responsiveness.

Reproduction:

image
curran commented 1 week ago

Blocked by