Skip to content
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

Merged
merged 2 commits into from
Jul 6, 2022

Conversation

songjianet
Copy link
Member

Purpose of this pull request

close #2135

Check list

import { throttle } from 'echarts'
import { useI18n } from 'vue-i18n'
import type { Ref } from 'vue'
import type { ECharts } from 'echarts'
Copy link
Member

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?

Copy link
Member

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()
}
Copy link
Member

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?

Copy link
Member

@Amy0104 Amy0104 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zhongjiajie zhongjiajie merged commit bc82e91 into apache:dev Jul 6, 2022
@zhongjiajie
Copy link
Member

cc @songjianet @Amy0104 It seems currently we do not need run all ci in ui change anymore

@songjianet songjianet deleted the feat-theme branch July 6, 2022 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature][UI] Add theme-related configuration.
4 participants