UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

35 lines (33 loc) 681 B
const getSlider = () => ({ style: { fill: { type: "palette", key: "scrollBarSliderColor" } } }); export const scrollBar = { horizontal: { height: 10, slider: { style: { fill: { type: "palette", key: "scrollBarSliderColor" } } } }, vertical: { width: 10, slider: { style: { fill: { type: "palette", key: "scrollBarSliderColor" } } } } }; //# sourceMappingURL=scroll-bar.js.map