Homeward Tails is an application making it easy to link adopters/fosters with pets. We work with grassroots pet rescue organizations to understand how we can make the most impact.
MIT License
68
stars
113
forks
source link
Spike: How can we make the donut chart for the staff dashbord index page? #591
We want to display some charts on the Staff dashboard index to provide quick glance information. Currently in our Figma we have a donut chart, essentially a pie chart with the center cut out.
This ticket is to investigate the options we have to implement this in our Rails app. No code required.
Off the top of my head, I am thinking we could use Chartkick gem to creat the pie chart, then use some custom CSS to overlay a white circle to create the donut look. But, perhaps there are other options?
This image is from the Figma file > Dashboard section
We want to display some charts on the Staff dashboard index to provide quick glance information. Currently in our Figma we have a donut chart, essentially a pie chart with the center cut out.
This ticket is to investigate the options we have to implement this in our Rails app. No code required.
Off the top of my head, I am thinking we could use Chartkick gem to creat the pie chart, then use some custom CSS to overlay a white circle to create the donut look. But, perhaps there are other options?
This image is from the Figma file > Dashboard section