UNPKG

chrt-dotplot

Version:

Dot Plot component for Chrt

12 lines (9 loc) 224 B
export default function orient(value) { return this.attr('orient', value) } export function horizontal() { return orient.call(this, 'horizontal') } export function vertical() { return orient.call(this, 'vertical') }