forked from github/dataease
Merge pull request #12720 from dataease/pr@dev-v2@chart-map-fix
fix(图表): 修复地图渐变色颜色配置不能连续生效的问题
This commit is contained in:
commit
ac7b7e6b30
@ -210,6 +210,7 @@ const customColorPickerRef = ref<InstanceType<typeof ElColorPicker>>()
|
||||
|
||||
function selectColorCase(option) {
|
||||
state.value.basicStyleForm[colorSchemeName.value] = option.value
|
||||
changeBasicStyle(colorSchemeName.value)
|
||||
colorCaseSelectorRef.value?.hide()
|
||||
changeColorOption(option)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user