DoughnutChart
A doughnut chart component for visualizing account balances.
Usage
Props
accounts
Array of account objects with name and balance information.
Type: Array{<{ name: string, currentBalance: number }>
Features
Consistent Colors
Uses a predefined set of green shades for consistent branding.
Customizable Layout
Configurable cutout percentage and legend display options.
Interactive
Built-in tooltips and hover effects for better data exploration.