npx ui-thing@latest add chart
You can stack the bar chart by settings prop type to stacked.
type
stacked
If you want to render custom tooltip, you can easily pass in a custom component. Refer to prop definition here.
Area
An area chart visually represents data over time, displaying trends and patterns through filled-in areas under a line graph.
Donut
A donut chart visually represents data in a circular form, similar to a pie chart but with a central void, emphasizing proportions within categories.