UNPKG

@visactor/vmind

Version:

<div align="center"> <a href="https://github.com/VisActor#gh-light-mode-only" target="_blank"> <img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_light.svg"/> </a> <a href="https://githu

28 lines (27 loc) 785 B
import type { GenerateChartCellContext } from '../../type'; export declare const colorLine: (context: GenerateChartCellContext) => { spec: any; }; export declare const cartesianLine: (context: GenerateChartCellContext) => { spec: any; cell: { x?: string | string[]; y?: string | string[]; color?: string | string[]; size?: string; angle?: string; radius?: string; time?: string; source?: string; target?: string; value?: string; category?: string; isTransposed?: boolean; }; }; export declare const displayConfLine: (context: GenerateChartCellContext) => { spec: any; }; export declare const pipelineLine: ((context: GenerateChartCellContext) => { spec: any; })[];