ChartCard

Card pre-configured for charts with title, period selector, metric, and legend.

Preview

Usage

import { ChartCard } from '@ramtt/ui'

<ChartCard title="Revenue" periods={['7d','30d','90d']}>
  <Chart />
</ChartCard>

Props

PropTypeDefaultDescription
title*stringChart title
periodsstring[]Period selector options
periodstringActive period
onPeriodChange(period: string) => voidPeriod change handler
children*ReactNodeChart content