File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments