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() {
850
850
getYandValueAtIndex (ds).y ,
851
851
{
852
852
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 } ` ,
854
854
color: ds .color
855
855
}
856
856
)
@@ -937,8 +937,6 @@ function drawDataLabels(ds) {
937
937
align: ' center' ,
938
938
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 } ` ,
939
939
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
942
940
}
943
941
);
944
942
}
You can’t perform that action at this time.
0 commit comments