@visactor/vchart
Version:
charts lib based @visactor/VGrammar
43 lines (42 loc) • 868 B
JavaScript
export const dot = {
dot: {
style: {
size: 10,
fillOpacity: 1
}
},
symbol: {
style: {
size: 10
}
},
title: {
style: {
textAlign: "left",
textBaseline: "middle",
fontSize: {
type: "token",
key: "l5FontSize"
},
lineHeight: {
type: "token",
key: "l5LineHeight"
}
}
},
subTitle: {
style: {
textAlign: "left",
textBaseline: "top",
fontSize: {
type: "token",
key: "l5FontSize"
},
lineHeight: {
type: "token",
key: "l5LineHeight"
}
}
}
};
//# sourceMappingURL=dot.js.map