mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-05 16:04:03 +01:00
Font validate style, move defaults to weight (#8877)
This commit is contained in:
@@ -1143,7 +1143,7 @@ export default {
|
||||
backgroundColor: 'rgba(0,0,0,0.8)',
|
||||
titleColor: '#fff',
|
||||
titleFont: {
|
||||
style: 'bold',
|
||||
weight: 'bold',
|
||||
},
|
||||
titleSpacing: 2,
|
||||
titleMarginBottom: 6,
|
||||
@@ -1157,7 +1157,7 @@ export default {
|
||||
footerSpacing: 2,
|
||||
footerMarginTop: 6,
|
||||
footerFont: {
|
||||
style: 'bold',
|
||||
weight: 'bold',
|
||||
},
|
||||
footerAlign: 'left',
|
||||
padding: 6,
|
||||
|
||||
Reference in New Issue
Block a user