@visactor/vchart
Version:
charts lib based @visactor/VGrammar
22 lines (21 loc) • 442 B
JavaScript
export const rangeColumn = {
label: {
visible: !1,
offset: 5,
position: "inside",
style: {
lineWidth: 2,
fill: {
type: "palette",
key: "axisMarkerFontColor"
}
},
minLabel: {
position: "end"
},
maxLabel: {
position: "start"
}
}
};
//# sourceMappingURL=rangeColumn.js.map