mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
Merge pull request #12720 from dataease/pr@dev-v2@chart-map-fix
fix(图表): 修复地图渐变色颜色配置不能连续生效的问题
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user