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

37 lines (36 loc) 1.26 kB
import type { GenerateChartCellContext } from '../../type'; export declare const revisedVChartType: (context: GenerateChartCellContext) => { spec: any; }; export declare const data: (context: GenerateChartCellContext) => { spec: any; }; export declare const arrayData: (context: GenerateChartCellContext) => { spec: any; }; export declare const discreteLegend: (context: GenerateChartCellContext) => { spec: any; }; export declare const theme: (context: GenerateChartCellContext) => { spec: any; }; export declare const color: (context: GenerateChartCellContext) => { spec: any; }; export declare const commonLabel: (context: GenerateChartCellContext) => { spec: any; }; export declare const indicator: (context: GenerateChartCellContext) => { spec: any; }; export declare const sunburstOrTreemapField: (context: GenerateChartCellContext) => { spec: any; }; export declare function onlyUnique(value: any, index: number, array: any): boolean; export declare const oneByOneDelayFunc: (delay: number) => (datum: any) => number; export declare const animationOneByOne: (context: GenerateChartCellContext) => { spec: any; }; export declare const animationCartisianLine: (context: GenerateChartCellContext) => { spec: any; };