Combo Chart

A hybrid chart that combines multiple chart types (like bar and line) to compare different data series with different scales.


Automatic Installation

This method is still working on progress, please use manual installation for now.

Manual Installation

Install dependencies

npm install radix-ui

Copy the code

components/combo-chart/combo-chart.tsx
import { type ComboChartStyles, comboChartStyles } from './combo-chart.css'
 
const ComboChart = () => {
  return null
}
 
export { ComboChart }

Usage

Imports

import {} from '#/components/combo-chart'

Example

Browse the Storybook for more examples.

Anatomy

// WIP
Edit on GitHub

Last updated on 3/27/2025

On this page