You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/RCPCHChart/RCPCHChart.mdx
+1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ Other props are:
20
20
-`measurementMethod: 'height' | 'weight' | 'ofc' | 'bmi';`_must_ be one of the options provided
21
21
-`reference: 'uk-who' | 'turner' | 'trisomy-21' | 'cdc';`_must_ be one of the options provided
22
22
-`sex: 'male' | 'female';`_must_ be one of the options provided
23
+
-`logoVariant?: 'top' | 'bottom' | 'legend';` Where to place the logo. Top is the default
23
24
-`measurements: { measurementMethod: Measurement[]};` array of measurements returned from RCPCH Growth API. This should not be edited or manipulated. **NOTE this has changed in v7.0.0**
24
25
-`midParentalHeightData?: MidParentalHeightObject | undefined;` an RCPCH object returned from the RCPCH Growth API. Should not be edited or manipulated
25
26
-`enableZoom?: boolean;` Allows the user to zoom and pan the charts if set to true. If disabled, hides the buttons associated with this.
0 commit comments