UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

11 lines (7 loc) 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.Heatmap = void 0; const BaseSeries_1 = require("./BaseSeries"), vchart_1 = require("@visactor/vchart"); exports.Heatmap = (0, BaseSeries_1.createSeries)("Heatmap", [ "cell", "cellBackground", "label" ], "heatmap", [ vchart_1.registerHeatmapSeries ]); //# sourceMappingURL=Heatmap.js.map