@echarts-component/vue
Version:
Echarts component for Vue
4 lines (3 loc) • 312 B
TypeScript
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">>;