UNPKG

react-occult

Version:

Layered Information Visualization based on React and D3

18 lines (12 loc) 284 B
import React from 'react'; import Bar from '../Bar'; import barLayout from '../Bar/barLayout'; const BarPercent = props => {}; BarPercent.layout = barLayout; BarPercent.Bar = { ...Bar.propTypes }; BarPercent.defaultProps = { ...Bar.defaultProps }; export default BarPercent;