File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -511,6 +511,11 @@ const customStyles = {
511
511
gridlines: true ,
512
512
},
513
513
centileStyle: {
514
+ centileTextStyle: {
515
+ name: ' sans-serif' ,
516
+ size: 12.5 ,
517
+ weight: 400 ,
518
+ },
514
519
centileStroke: ' #B89F81' ,
515
520
midParentalAreaFill: ' #B89F81' ,
516
521
midParentalCentileStroke: ' #B89F81' ,
Original file line number Diff line number Diff line change @@ -503,13 +503,12 @@ export const CustomThemeStylesChart: Story = {
503
503
size : 16 ,
504
504
weight : 400 ,
505
505
} ,
506
-
507
506
tooltipStroke : '#EBE1D3' ,
508
- tooltipBackgroundColour : '#FFFDFD ' ,
507
+ tooltipBackgroundColour : '#5a526b ' ,
509
508
tooltipTextStyle : {
510
- colour : '#706A80 ' ,
509
+ colour : '#fffdfd ' ,
511
510
name : 'sans-serif' ,
512
- size : 17 ,
511
+ size : 14 ,
513
512
} ,
514
513
} ,
515
514
axisStyle : {
@@ -543,6 +542,11 @@ export const CustomThemeStylesChart: Story = {
543
542
gridlines : true ,
544
543
} ,
545
544
centileStyle : {
545
+ centileTextStyle : {
546
+ name : 'sans-serif' ,
547
+ size : 12.5 ,
548
+ weight : 400 ,
549
+ } ,
546
550
centileStroke : '#B89F81' ,
547
551
midParentalAreaFill : '#B89F81' ,
548
552
midParentalCentileStroke : '#B89F81' ,
You can’t perform that action at this time.
0 commit comments