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

23 lines (22 loc) 737 B
import type { GenerateChartCellContext } from '../../type'; export declare const sequenceData: (context: GenerateChartCellContext) => { spec: any; }; export declare const colorDynamicBar: (context: GenerateChartCellContext) => { spec: any; }; export declare const rankingBarField: (context: GenerateChartCellContext) => { spec: any; }; export declare const rankingBarAxis: (context: GenerateChartCellContext) => { spec: any; }; export declare const customMark: (context: GenerateChartCellContext) => { spec: any; }; export declare const rankingBarLabel: (context: GenerateChartCellContext) => { spec: any; }; export declare const pipelineRankingBar: ((context: GenerateChartCellContext) => { spec: any; })[];