Skip to Content
✨ QuickCode UI keeps growing! More components, more features, and more ways to make your projects shine. Stay tuned & maybe… hire me or sponsor me 😉 
DocumentationComposedChart

ComposedChart

A versatile chart component that combines multiple chart types (Bar, Line, Area) in a single visualization for complex data analysis.

Install Dependencies

npx
quickcode-ui add ComposedChart

Examples

Bar + Line

Bar + Line Chart

Area + Bar

Area + Bar Chart

Bar + Multiple Lines

Bar + Multiple Lines

Props

ChartContainer

PropTypeDefaultDescription
configChartConfigConfiguration object defining chart colors and labels
childrenReactNodeChart components to render
classNamestringAdditional CSS classes

ComposedChart

PropTypeDefaultDescription
dataany[]Array of data objects to visualize
marginobjectChart margins configuration
classNamestringAdditional CSS classes

ChartTooltipContent

PropTypeDefaultDescription
indicator'line' | 'dot' | 'dashed''dot'Visual indicator style
hideLabelbooleanfalseHide the tooltip label
hideIndicatorbooleanfalseHide the visual indicator
classNamestringAdditional CSS classes
Last updated on