mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
Merge pull request #13784 from dataease/pr@dev-v2@fix_gauge_color
fix(图表): 修复仪表盘颜色配置不生效
This commit is contained in:
commit
91494f69c6
@ -147,9 +147,7 @@ export function getTheme(chart: Chart) {
|
||||
}
|
||||
}
|
||||
if (chart.fontFamily) {
|
||||
theme.styleSheet = {
|
||||
fontFamily: chart.fontFamily
|
||||
}
|
||||
theme.styleSheet.fontFamily = chart.fontFamily
|
||||
}
|
||||
return theme
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user