You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/07/06 01:36:51 UTC

[GitHub] [incubator-seatunnel] CalvinKirs commented on a diff in pull request #2136: [Feat][UI] Add theme-related configuration.

CalvinKirs commented on code in PR #2136:
URL: https://github.com/apache/incubator-seatunnel/pull/2136#discussion_r914336906


##########
seatunnel-ui/src/components/chart/index.ts:
##########
@@ -16,7 +16,9 @@
  */
 
 import { getCurrentInstance, onMounted, onBeforeUnmount, watch } from 'vue'
+import { useThemeStore } from '@/store/theme'
 import { throttle } from 'echarts'
+import { useI18n } from 'vue-i18n'
 import type { Ref } from 'vue'
 import type { ECharts } from 'echarts'

Review Comment:
   did we need add echarts license file?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org