@visactor/react-vchart
Version:
The react version of VChart 4.x
9 lines (6 loc) • 322 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.MarkArea = void 0;
const BaseComponent_1 = require("./BaseComponent"), vchart_1 = require("@visactor/vchart");
exports.MarkArea = (0, BaseComponent_1.createComponent)("MarkArea", "markArea", null, !1, [ vchart_1.registerMarkArea ]);