File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,26 @@ export const CentileChartUKWHOGirlsHeightWithMeasurementsLegend: Story = {
79
79
} ,
80
80
} ;
81
81
82
+ export const CentileChartUKWHOBoysHeightWithMeasurementsLegend : Story = {
83
+ args : {
84
+ title : 'Patient Name - Hospital Number' ,
85
+ measurementMethod : 'height' ,
86
+ reference : 'uk-who' ,
87
+ sex : 'male' ,
88
+ logoVariant : 'legend' ,
89
+ measurements : { height : [ ] } ,
90
+ midParentalHeightData : { } ,
91
+ enableZoom : true ,
92
+ chartType : 'centile' ,
93
+ enableExport : false ,
94
+ exportChartCallback : ( ) => { } ,
95
+ theme : 'tanner1' ,
96
+ height : 800 ,
97
+ width : 1000 ,
98
+ customThemeStyles : { } ,
99
+ } ,
100
+ } ;
101
+
82
102
export const CentileChartPrematureUKWHOGirlsHeightWithMeasurementsLegend : Story = {
83
103
args : {
84
104
title : 'Patient Name - Hospital Number' ,
Original file line number Diff line number Diff line change 1
1
export function labelIndexInterval (
2
2
chartScaleType : 'prem' | 'infant' | 'smallChild' | 'biggerChild' = 'biggerChild' ,
3
3
index : number ,
4
- reference : 'uk-who' | 'cdc' | 'trisomy-21' | 'trisomy-21-aap' | 'turner' ,
4
+ reference : 'uk-who' | 'cdc' | 'trisomy-21' | 'trisomy-21-aap' | 'turner' | 'who' ,
5
5
measurementMethod : 'height' | 'weight' | 'bmi' | 'ofc' ,
6
6
) : boolean {
7
7
// returns true if index of data point in centile data array should be rendered
You can’t perform that action at this time.
0 commit comments