Radial Chart

Full and semi-circle radial bars for share and progress.

variant='full'

@spectrumui/radial-chart
  • Chrome
  • Safari
  • Firefox
  • Edge
  • Other

variant='semi'

  • Chrome
  • Safari
  • Firefox
  • Edge
  • Other

glowing

  • Chrome
  • Safari
  • Firefox
  • Edge
  • Other

Manual installation

Prefer to copy by hand? Open the Code tab on any example above and switch to the file you need — every source file is there, not just the demo. Drop them in your project like this:

  • chart-kit.tsxcomponents/spectrumui/charts/chart-kit.tsx
  • radial-chart.tsxcomponents/spectrumui/charts/radial-chart.tsx

Then install its dependencies: npm i recharts framer-motion

Usage

import { RadialChart } from '@/components/spectrumui/charts/radial-chart';

<RadialChart data={data} />
Work with me