AnalyticsChart
Recharts-backed analytics surface with responsive line and bar modes, semantic data fallback, accessible plotting, tooltips, and reduced-motion control.
Add with shadcn
npx shadcn@latest add https://www.uigrids.com/r/analytics-chart.jsonInstall with the CLI
# adds AnalyticsChart to components/ui with the shadcn CLI
npx shadcn@latest add https://www.uigrids.com/r/analytics-chart.jsonOr install the package
// npm install @uigrids/react-ui
import { AnalyticsChart } from '@uigrids/react-ui'
export default function App() {
return <AnalyticsChart />
}