Merge pull request #96 from Abhinandan-Kushwaha/fix/labels
Added doc for labelsExtraHeight
This commit is contained in:
commit
450043ff83
|
@ -148,6 +148,7 @@ The properties of this line chart can be controlled using the `lineConfig` prop
|
||||||
| rotateLabel | Boolean | To rotate the X axis labels (by 60deg) | false |
|
| rotateLabel | Boolean | To rotate the X axis labels (by 60deg) | false |
|
||||||
| hideOrigin | Boolean | To hide the y Axis label at origin (i.e. 0) | false |
|
| hideOrigin | Boolean | To hide the y Axis label at origin (i.e. 0) | false |
|
||||||
| labelWidth | number | Width of the Label text appearing below the bar (under the X axis) | barWidth |
|
| labelWidth | number | Width of the Label text appearing below the bar (under the X axis) | barWidth |
|
||||||
|
| labelsExtraHeight | number | used to display large labels on X-axis (often rotated to show vertically) | 0 |
|
||||||
|
|
||||||
**Note** If you are setting yAxisSide to 'right', make sure to specify the width of the chart, using the `width` prop
|
**Note** If you are setting yAxisSide to 'right', make sure to specify the width of the chart, using the `width` prop
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue