"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_OPTIONS = void 0; /** * 分面图 默认配置项 */ exports.DEFAULT_OPTIONS = { title: { style: { fontSize: 12, fill: 'rgba(0,0,0,0.65)', }, }, rowTitle: { style: { fontSize: 12, fill: 'rgba(0,0,0,0.65)', }, }, columnTitle: { style: { fontSize: 12, fill: 'rgba(0,0,0,0.65)', }, }, }; //# sourceMappingURL=constant.js.map