UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

5 lines (3 loc) 192 B
export const isVertical = orient => "left" === orient || "right" === orient; export const isHorizontal = orient => "top" === orient || "bottom" === orient; //# sourceMappingURL=orient.js.map