@@ -763,6 +763,129 @@ export const CentileChartWHOGirlsHeight: Story = {
763
763
} ,
764
764
} ;
765
765
766
+ export const CentileChartWHOGirlsWeight : Story = {
767
+ args : {
768
+ title : 'Patient Name - Hospital Number' ,
769
+ measurementMethod : 'weight' ,
770
+ reference : 'who' ,
771
+ sex : 'female' ,
772
+ measurements : {
773
+ weight : [ ] ,
774
+ } ,
775
+ midParentalHeightData : { } ,
776
+ enableZoom : true ,
777
+ chartType : 'centile' ,
778
+ enableExport : false ,
779
+ exportChartCallback : ( ) => { } ,
780
+ theme : 'tanner1' ,
781
+ customThemeStyles : { } ,
782
+ clinicianFocus : true ,
783
+ logoVariant : 'bottom' ,
784
+ } ,
785
+ } ;
786
+
787
+ export const CentileChartWHOGirlsHeadCircumference : Story = {
788
+ args : {
789
+ title : 'Patient Name - Hospital Number' ,
790
+ measurementMethod : 'ofc' ,
791
+ reference : 'who' ,
792
+ sex : 'female' ,
793
+ measurements : {
794
+ ofc : [ ] ,
795
+ } ,
796
+ midParentalHeightData : { } ,
797
+ enableZoom : true ,
798
+ chartType : 'centile' ,
799
+ enableExport : false ,
800
+ exportChartCallback : ( ) => { } ,
801
+ theme : 'tanner1' ,
802
+ customThemeStyles : { } ,
803
+ clinicianFocus : true ,
804
+ logoVariant : 'bottom' ,
805
+ } ,
806
+ } ;
807
+
808
+ export const CentileChartWHOGirlsBMI : Story = {
809
+ args : {
810
+ title : 'Patient Name - Hospital Number' ,
811
+ measurementMethod : 'bmi' ,
812
+ reference : 'who' ,
813
+ sex : 'female' ,
814
+ measurements : {
815
+ bmi : [ ] ,
816
+ } ,
817
+ midParentalHeightData : { } ,
818
+ enableZoom : true ,
819
+ chartType : 'centile' ,
820
+ enableExport : false ,
821
+ exportChartCallback : ( ) => { } ,
822
+ theme : 'tanner1' ,
823
+ customThemeStyles : { } ,
824
+ clinicianFocus : true ,
825
+ logoVariant : 'bottom' ,
826
+ } ,
827
+ } ;
828
+
829
+ export const CentileChartWHOBoysWeight : Story = {
830
+ args : {
831
+ title : 'Patient Name - Hospital Number' ,
832
+ measurementMethod : 'weight' ,
833
+ reference : 'who' ,
834
+ sex : 'male' ,
835
+ measurements : {
836
+ weight : [ ] ,
837
+ } ,
838
+ midParentalHeightData : { } ,
839
+ enableZoom : true ,
840
+ chartType : 'centile' ,
841
+ enableExport : false ,
842
+ exportChartCallback : ( ) => { } ,
843
+ theme : 'tanner2' ,
844
+ customThemeStyles : { } ,
845
+ clinicianFocus : true ,
846
+ } ,
847
+ } ;
848
+
849
+ export const CentileChartWHOBoysBMI : Story = {
850
+ args : {
851
+ title : 'Patient Name - Hospital Number' ,
852
+ measurementMethod : 'bmi' ,
853
+ reference : 'who' ,
854
+ sex : 'male' ,
855
+ measurements : {
856
+ bmi : [ ] ,
857
+ } ,
858
+ midParentalHeightData : { } ,
859
+ enableZoom : true ,
860
+ chartType : 'centile' ,
861
+ enableExport : false ,
862
+ exportChartCallback : ( ) => { } ,
863
+ theme : 'tanner2' ,
864
+ customThemeStyles : { } ,
865
+ clinicianFocus : true ,
866
+ } ,
867
+ } ;
868
+
869
+ export const CentileChartWHOBoysHeadCircumference : Story = {
870
+ args : {
871
+ title : 'Patient Name - Hospital Number' ,
872
+ measurementMethod : 'ofc' ,
873
+ reference : 'who' ,
874
+ sex : 'male' ,
875
+ measurements : {
876
+ ofc : [ ] ,
877
+ } ,
878
+ midParentalHeightData : { } ,
879
+ enableZoom : true ,
880
+ chartType : 'centile' ,
881
+ enableExport : false ,
882
+ exportChartCallback : ( ) => { } ,
883
+ theme : 'tanner2' ,
884
+ customThemeStyles : { } ,
885
+ clinicianFocus : true ,
886
+ } ,
887
+ } ;
888
+
766
889
export const TomatoCentileChart : Story = {
767
890
args : {
768
891
title : 'Patient Name - Hospital Number' ,
0 commit comments