Props
The source data. Each element should be an object.
The width of chart container. Can be a number or a percent string like “100%”.
The height of chart container. Can be a number or a percent string like “100%”.
The layout of chart defines the orientation of axes, graphical items, and tooltip.
Empty space around the container.
The gap between two bar categories.
The gap between two bars in the same category.
The width or height of each bar.
The maximum width of all the bars in a horizontal chart, or maximum height in a vertical chart.
The type of offset function used to generate the lower and upper values in the series array.
If
false, stacked items will be rendered left to right. If true, stacked items will be rendered right to left.Charts with the same syncId will synchronize Tooltip and Brush events.
Customize how the charts will synchronize tooltips and brushes.
Turn on accessibility support for keyboard-only and screen reader users.
If true, then it will listen to container size changes and adapt the SVG chart accordingly.
CSS class name for the chart container.
Inline CSS styles for the chart container.
The unique id of chart.
Decides the time interval to throttle events.
The customized event handler of click in this chart.
The customized event handler of mouseenter in this chart.
The customized event handler of mousemove in this chart.
The customized event handler of mouseleave in this chart.