Skip to content

Commit e578b20

Browse files
authored
Merge pull request #1887 from colinl/label_font_size_12.5
Reduce font size for label (title) to 12.5 for compatibility with chartjs version
2 parents 949a58c + 29b6db7 commit e578b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/widgets/ui-chart/UIChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export default {
231231
text: this.props.label,
232232
textStyle: {
233233
color: textColor,
234-
fontSize: 14 // taken from ChartJS default
234+
fontSize: 12.5
235235
}
236236
},
237237
tooltip: {

0 commit comments

Comments
 (0)