Skip to content

Commit ac57f55

Browse files
282764407@qq.com282764407@qq.com
authored andcommitted
update
1 parent 18f99c6 commit ac57f55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/types/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ export class ChartsConfig {
6767

6868
export const GlobalConfig: ChartsConfig = new ChartsConfig()
6969

70-
export const setGlobalConfig = (val: Partial<ChartsConfig>) => {
70+
export const setUChartsGlobalConfig = (val: Partial<ChartsConfig>) => {
7171
ChartsUtil.objectAssign(GlobalConfig, val)
7272
}

examples/h5/ucharts-v3.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)