diff --git a/dolphinscheduler-ui-next/src/components/chart/index.ts b/dolphinscheduler-ui-next/src/components/chart/index.ts index 3522e76341..9edd075537 100644 --- a/dolphinscheduler-ui-next/src/components/chart/index.ts +++ b/dolphinscheduler-ui-next/src/components/chart/index.ts @@ -38,7 +38,7 @@ function initChart( const init = () => { chart = globalProperties?.echarts.init( domRef.value, - themeStore.darkTheme && 'dark-bold' + themeStore.darkTheme ? 'dark-bold' : 'macarons' ) chart && chart.setOption(option) }