Represent categorical data with vertical bars, heights are proportional to the data values.
Padding between two bars as proportion to bar width
type: number
defaultValue: 0.2
Size of the parent element/component (passed by the Responsive hoc)
type: shape[object Object]
Additional css classes passed from parent
type: string
defaultValue: ''
Array of data elements each having a label and value
type: arrayOf[object Object]
defaultValue: []
if exponent scaleType, set the current exponent to specified value
type: number
defaultValue: 1
if true, x-axis is hidden
type: bool
defaultValue: false
if true, y-axis is hidden
type: bool
defaultValue: false
Select the label of element
type: func
Margins for the chart
type: shape[object Object]
defaultValue: { top: 16, right: 16, bottom: 16, left: 16, }
Number of ticks to be shown
type: number
defaultValue: 5
type of scaling used for bar length one of ['exponent', 'log', 'linear'] see d3.scale
type: string
defaultValue: 'linear'
if true, grid lines are drawn
type: bool
defaultValue: true
if true, tick on axis are shown
type: bool
defaultValue: true
defaultValue: undefined
Select the value of element
type: func