feat(图表): 数值格式化内,数量单位支持配置英文简称

#14335
This commit is contained in:
ulleo
2025-04-01 18:34:41 +08:00
committed by Junjun
parent 3089011913
commit 4de8de62ca

View File

@@ -32,6 +32,7 @@ const state = reactive({
function changeUnitLanguage(cfg: BaseFormatter, lang) {
onChangeFormatCfgUnitLanguage(cfg, lang)
getExampleValue()
}
const init = () => {