UNPKG

@echarts-component/vue

Version:
4 lines (3 loc) 312 B
import { HeatmapSeriesOption } from 'echarts/charts'; export type { HeatmapSeriesOption }; export type HeatmapSeries = Partial<Omit<HeatmapSeriesOption, "type" | "label" | "labelLayout" | "itemStyle" | "emphasis" | "blur" | "select" | "markPoint" | "markLine" | "markArea" | "universalTransition" | "tooltip">>;