Skip to content

Commit 2827bd0

Browse files
committed
Minor readme fix
1 parent be3cd89 commit 2827bd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,9 @@ class MyComponent extends React.Component{
269269
- Array ( Object ) - Representation of child mapped with plot in form of an object of shape
270270
`{ "plotPosition": Number, "childPosition": Number }`
271271
This object holds information about which child render on a data plot is clicked.
272-
Note: plotChildMap does not honour heterogeneous data , eg. Number and Object
273-
both.
274-
`Eg. [{ plotPosition: 1 , childPosition: 0}, { plotPosition: 0, childPosition: 1}]`
272+
`Eg. [{ plotPosition: 1 , childPosition: 0}, { plotPosition: 0, childPosition: 1}]`
273+
Note: plotChildMap does not honour heterogeneous data , eg. Number and Object
274+
both. `[ 0 , { plotPosition:0, childPosition: 1 } ]`
275275

276276
- btnConfig [Object]- Basic configuration without overriding the default button styles
277277
- `text`: PropTypes.string - Button Text

0 commit comments

Comments
 (0)