We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff4806 commit 7891d61Copy full SHA for 7891d61
1 file changed
README.md
@@ -265,7 +265,7 @@ const data = {
265
| data | Object | Data for the chart - see example above |
266
| width | Number | Width of the chart, use 'Dimensions' library to get the width of your screen for responsive |
267
| height | Number | Height of the chart |
268
-| withVerticalLables | boolean | Show vertical labels - default: True |
+| withVerticalLabels | boolean | Show vertical labels - default: True |
269
| withHorizontalLabels | boolean | Show horizontal labels - default: True |
270
| fromZero | boolean | Render charts from 0 not from the minimum value. - default: False |
271
| withInnerLines | boolean | Show inner dashed lines - default: True |
0 commit comments