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

20 lines (19 loc) 663 B
import type { GenerateChartCellContext } from '../../type'; export declare const basicHeatMapSeries: (context: GenerateChartCellContext) => { spec: any; }; export declare const basicHeatMapRegion: (context: GenerateChartCellContext) => { spec: any; }; export declare const basicHeatMapColor: (context: GenerateChartCellContext) => { spec: any; }; export declare const basicHeatMapAxes: (context: GenerateChartCellContext) => { spec: any; }; export declare const basicHeatMapLegend: (context: GenerateChartCellContext) => { spec: any; }; export declare const pipelineBasicHeatMap: ((context: GenerateChartCellContext) => { spec: any; })[];