mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +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) {
|
if (chart.fontFamily) {
|
||||||
theme.styleSheet = {
|
theme.styleSheet.fontFamily = chart.fontFamily
|
||||||
fontFamily: chart.fontFamily
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return theme
|
return theme
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user