-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat][UI] Add theme-related configuration. #2136
Conversation
import { throttle } from 'echarts' | ||
import { useI18n } from 'vue-i18n' | ||
import type { Ref } from 'vue' | ||
import type { ECharts } from 'echarts' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did we need add echarts license file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say no. don't say like DS, we are still in the incubator, I believe that any project will strictly require a license.
() => { | ||
chart?.dispose() | ||
init() | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not put the chart.dipose() into the init function?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
cc @songjianet @Amy0104 It seems currently we do not need run all ci in |
Purpose of this pull request
close #2135
Check list
New License Guide