UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 234 B
import { MarkComponent as MC } from '../runtime'; import { HeatmapMark } from '../spec'; export type HeatmapOptions = Omit<HeatmapMark, 'type'>; /** * Draw heatmap with gradient. */ export declare const Heatmap: MC<HeatmapOptions>;