UNPKG

@tanstack/charts

Version:

<div align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://tanstack.com/api/readme/charts.png?theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://tanstack.com/

5 lines (4 loc) 310 B
export { CanvasChart as Chart } from './CanvasChart.js'; export type { CanvasChartCommonProps as ChartCommonProps, CanvasChartProps as ChartProps, } from './CanvasChart.js'; export type { ChartTooltipBodyRenderContext } from './tooltip.js'; export type { ChartDefinition, ChartPoint } from '@tanstack/charts';