@visactor/vchart
Version:
charts lib based @visactor/VGrammar
20 lines (16 loc) • 440 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.heatmapSeriesMark = void 0;
const constant_1 = require("../base/constant");
exports.heatmapSeriesMark = Object.assign(Object.assign({}, constant_1.baseSeriesMark), {
cell: {
name: "cell",
type: "cell"
},
cellBackground: {
name: "cellBackground",
type: "cell"
}
});
//# sourceMappingURL=constant.js.map