UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

11 lines (8 loc) 385 B
import { VChart, registerHeatmapChart, registerLabel } from "@visactor/vchart"; import { createChart } from "./BaseChart"; import { registers } from "./registers/cartesian"; export const HeatmapChart = createChart("HeatmapChart", { type: "heatmap", vchartConstructor: VChart }, [ registerHeatmapChart, registerLabel, ...registers ]); //# sourceMappingURL=HeatmapChart.js.map