chrt-dotplot
Version:
Dot Plot component for Chrt
9 lines (8 loc) • 471 B
JavaScript
export { default as pointSize } from './pointSize';
export { default as pointColor } from './pointColor';
export { default as pointStroke } from './pointStroke';
export { default as pointStrokeWidth } from './pointStrokeWidth';
export { default as pointOpacity } from './pointOpacity';
export { default as strokeOpacity } from './strokeOpacity';
export { range, rangeColor, rangeWidth } from './range';
export { default as orient, horizontal, vertical } from './orient';