mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 21:42:32 +08:00
fix(图表): 修复仪表盘颜色配置不生效
This commit is contained in:
@@ -147,9 +147,7 @@ export function getTheme(chart: Chart) {
|
||||
}
|
||||
}
|
||||
if (chart.fontFamily) {
|
||||
theme.styleSheet = {
|
||||
fontFamily: chart.fontFamily
|
||||
}
|
||||
theme.styleSheet.fontFamily = chart.fontFamily
|
||||
}
|
||||
return theme
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user