File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -850,7 +850,7 @@ function drawYAxisSelectedDatapoints() {
850850 getYandValueAtIndex (ds).y ,
851851 {
852852 align: ' right' ,
853- font: ` ${ Math .round (w .value / 40 * FINAL_CONFIG .value .style .chart .grid .y .axisLabels .fontSizeRatio )} px ${ FINAL_CONFIG .value .style .fontFamily } ` ,
853+ font: ` ${ FINAL_CONFIG . value . style . chart . grid . y . axisLabels . bold ? ' bold ' : ' ' }${ Math .round (w .value / 40 * FINAL_CONFIG .value .style .chart .grid .y .axisLabels .fontSizeRatio )} px ${ FINAL_CONFIG .value .style .fontFamily } ` ,
854854 color: ds .color
855855 }
856856 )
@@ -937,8 +937,6 @@ function drawDataLabels(ds) {
937937 align: ' center' ,
938938 font: ` ${ FINAL_CONFIG .value .style .chart .dataLabels .bold ? ' bold ' : ' ' }${ Math .round (w .value / 40 * FINAL_CONFIG .value .style .chart .dataLabels .fontSizeRatio )} px ${ FINAL_CONFIG .value .style .fontFamily } ` ,
939939 color: FINAL_CONFIG .value .style .chart .dataLabels .useSerieColor ? ds .color : FINAL_CONFIG .value .style .chart .dataLabels .color ,
940- strokeColor: FINAL_CONFIG .value .style .chart .backgroundColor ,
941- lineWidth: 0.8
942940 }
943941 );
944942 }
You can’t perform that action at this time.
0 commit comments