@tanstack/charts
Version:
A chart grammar for TypeScript and JavaScript. Marks consume your data directly, channels describe visual encodings, and the engine compiles them into a renderer-neutral keyed scene. TanStack's compact scales cover common numeric and categorical mappings.
6 lines (5 loc) • 301 B
TypeScript
export { Chart } from './Chart.js';
export type { ChartProps, NativeChartRenderContext } from './Chart.js';
export type { NativeChartTooltipRenderContext } from './Tooltip.js';
export type { NativePaintContext, NativePaintResolver } from './paint.js';
export { resolveNativePaint } from './paint.js';