Skip to content

Commit 7891d61

Browse files
authored
Fixed typo (#399)
`withVerticalLables` -> `withVerticalLabels`
1 parent 0ff4806 commit 7891d61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ const data = {
265265
| data | Object | Data for the chart - see example above |
266266
| width | Number | Width of the chart, use 'Dimensions' library to get the width of your screen for responsive |
267267
| height | Number | Height of the chart |
268-
| withVerticalLables | boolean | Show vertical labels - default: True |
268+
| withVerticalLabels | boolean | Show vertical labels - default: True |
269269
| withHorizontalLabels | boolean | Show horizontal labels - default: True |
270270
| fromZero | boolean | Render charts from 0 not from the minimum value. - default: False |
271271
| withInnerLines | boolean | Show inner dashed lines - default: True |

0 commit comments

Comments
 (0)