@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/
6 lines (5 loc) • 499 B
TypeScript
import type { ChartPositionChannel, MaterializedChannel } from './types.js';
/** Reads positional identity without coupling it to one channel record key. */
export declare function readMaterializedPositionChannel(name: string, channel: MaterializedChannel): ChartPositionChannel | undefined;
/** Retains positional identity when a composed mark namespaces channel keys. */
export declare function preserveMaterializedPositionChannel(name: string, channel: MaterializedChannel): MaterializedChannel;