@visactor/vrender-components
Version:
components library for dp visualization
25 lines • 577 B
JavaScript
export const 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