This repository has been archived by the owner on May 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 179
Bar Chart
Lim Yang Wei edited this page Jul 31, 2015
·
1 revision
Starting from v0.3.2, we made Bar Chart into a multi-series chart (a stacked chart). So you can pass in props that is supported by Cartesian Chart as well. So it supports prop like legend(bool).
However if you want to achieve single-series chart for now, you can pass in a single series data. We're very sorry the inconvenience but a more high level API will be supported in the future to let you disable stacked chart.
-
rangeRoundBandsPadding - Padding between Bars
- Type:
React.PropTypes.number
- Default:
zero
- Type:
-
stackOffset - Props for [d3.layout.stacked](// https://github.com/mbostock/d3/wiki/Stack-Layout#offset)
- Type:
React.PropTypes.oneOf(['silhouette', 'expand', 'wigget', 'zero'])
- Default:
zero
- Type:
- Issues: react-d3 issues on Github
- Support: react-d3 Google Groups email list