@@ -34,11 +34,11 @@ export const Tanner2ChartStyles: ChartStyle = {
34
34
size : 12 ,
35
35
style : 'italic'
36
36
} ,
37
- tooltipBackgroundColour : "#fdc300 " ,
38
- tooltipStroke : "#fdc300 " ,
37
+ tooltipBackgroundColour : "#3366cc " ,
38
+ tooltipStroke : "##3366cc " ,
39
39
tooltipTextStyle : {
40
40
name : "Montserrat" ,
41
- colour : "#000000 " ,
41
+ colour : "#FFFFFF " ,
42
42
size : 14 ,
43
43
style : 'normal'
44
44
} ,
@@ -63,10 +63,10 @@ export const Tanner2GridlineStyles: GridlineStyle = {
63
63
64
64
export const Tanner2CentileStyles : CentileStyle = {
65
65
sdsStroke : "#A9A9A9" ,
66
- centileStroke : "#7159aa " ,
67
- delayedPubertyAreaFill : "#c6bddd " ,
66
+ centileStroke : "#ff8000 " ,
67
+ delayedPubertyAreaFill : "#ffc080 " ,
68
68
midParentalCentileStroke : "#ff8000" ,
69
- midParentalAreaFill : "#c6bddd " ,
69
+ midParentalAreaFill : "#ffc080 " ,
70
70
}
71
71
72
72
export const Tanner2MeasurementStyles : MeasurementStyle = {
@@ -80,10 +80,10 @@ export const Tanner2MeasurementStyles: MeasurementStyle = {
80
80
}
81
81
}
82
82
export const Tanner2SDSStyles : SDSStyle = {
83
- heightStroke : "#ff8000ff " ,
84
- weightStroke : "#ff80007f " ,
85
- ofcStroke : "#ff80003f " ,
86
- bmiStroke : "#ff80001f " ,
83
+ heightStroke : "#7159aa " ,
84
+ weightStroke : "#ff8000 " ,
85
+ ofcStroke : "#e60700 " ,
86
+ bmiStroke : "#c2a712 " ,
87
87
}
88
88
89
89
/*
@@ -234,28 +234,28 @@ export const Tanner2Styles = {
234
234
} ,
235
235
"heightSDS" : {
236
236
"data" : {
237
- "stroke" : "#ff8000ff " ,
237
+ "stroke" : "#7159aa " ,
238
238
"strokeWidth" : 1.5 ,
239
239
"strokeLinecap" : "round"
240
240
}
241
241
} ,
242
242
"weightSDS" : {
243
243
"data" : {
244
- "stroke" : "#ff80007f " ,
244
+ "stroke" : "#ff8000 " ,
245
245
"strokeWidth" : 1.5 ,
246
246
"strokeLinecap" : "round"
247
247
}
248
248
} ,
249
249
"ofcSDS" : {
250
250
"data" : {
251
- "stroke" : "#ff80003f " ,
251
+ "stroke" : "#e60700 " ,
252
252
"strokeWidth" : 1.5 ,
253
253
"strokeLinecap" : "round"
254
254
}
255
255
} ,
256
256
"bmiSDS" : {
257
257
"data" : {
258
- "stroke" : "#ff80001f " ,
258
+ "stroke" : "#c2a712 " ,
259
259
"strokeWidth" : 1.5 ,
260
260
"strokeLinecap" : "round"
261
261
}
0 commit comments