Skip to content

Commit a367687

Browse files
committed
Config - Fix default font size for VueUiXyCanvas
1 parent d95d0ee commit a367687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/useConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3212,7 +3212,7 @@ export function useConfig() {
32123212
stack: true
32133213
}),
32143214
style: {
3215-
fontFamily: 'inherit',
3215+
fontFamily: 'Arial', // A defined font must be provided as 'inherit' fails with canvas
32163216
chart: {
32173217
backgroundColor: COLOR_WHITE,
32183218
color: COLOR_BLACK,

0 commit comments

Comments
 (0)