@visactor/vrender-components
Version:
components library for dp visualization
29 lines (28 loc) • 694 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.DEFAULT_INDICATOR_THEME = void 0, exports.DEFAULT_INDICATOR_THEME = {
title: {
style: {
text: "",
fontSize: 20,
fill: "black",
fontWeight: "normal",
fillOpacity: 1,
textBaseline: "top",
textAlign: "center"
}
},
content: {
style: {
text: "",
fontSize: 16,
fill: "black",
fontWeight: "normal",
fillOpacity: 1,
textBaseline: "top",
textAlign: "center"
}
}
};
//# sourceMappingURL=config.js.map