Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/echarts
/ getDefaultLocaleModel
Function
getDefaultLocaleModel
src/core/locale.ts:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
}
74
75
export
function
getDefaultLocaleModel(): Model<LocaleOption> {
76
return
localeModels[DEFAULT_LOCALE];
77
}
78
79
// Default locale
80
registerLocale(LOCALE_EN, langEN);
Callers
1
format
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected