mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-22 21:46:23 +08:00
feat: 丰富地图配置
This commit is contained in:
parent
ac85b72be8
commit
01bf37ce38
@ -73,7 +73,7 @@ export const option = {
|
|||||||
textShadowColor: '#000',
|
textShadowColor: '#000',
|
||||||
textShadowBlur: 10,
|
textShadowBlur: 10,
|
||||||
textBorderWidth: 0,
|
textBorderWidth: 0,
|
||||||
color: '#FFF',
|
color: '#FFFFFF',
|
||||||
show: true
|
show: true
|
||||||
},
|
},
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
|
@ -62,12 +62,12 @@
|
|||||||
</SettingItem>
|
</SettingItem>
|
||||||
</SettingItemBox>
|
</SettingItemBox>
|
||||||
|
|
||||||
<SettingItemBox name="省级名称">
|
<SettingItemBox name="地理信息名称">
|
||||||
<setting-item name="显示">
|
<SettingItem name="显示">
|
||||||
<n-space>
|
<n-space>
|
||||||
<n-switch v-model:value="seriesList[1].label.show" size="small"></n-switch>
|
<n-switch v-model:value="seriesList[1].label.show" size="small"></n-switch>
|
||||||
</n-space>
|
</n-space>
|
||||||
</setting-item>
|
</SettingItem>
|
||||||
<SettingItem name="字体颜色">
|
<SettingItem name="字体颜色">
|
||||||
<n-color-picker
|
<n-color-picker
|
||||||
size="small"
|
size="small"
|
||||||
@ -86,11 +86,11 @@
|
|||||||
</SettingItemBox>
|
</SettingItemBox>
|
||||||
|
|
||||||
<SettingItemBox name="悬浮 (预览可见)">
|
<SettingItemBox name="悬浮 (预览可见)">
|
||||||
<setting-item name="禁用">
|
<SettingItem name="禁用">
|
||||||
<n-space>
|
<n-space>
|
||||||
<n-switch v-model:value="seriesList[1].emphasis.disabled" size="small"></n-switch>
|
<n-switch v-model:value="seriesList[1].emphasis.disabled" size="small"></n-switch>
|
||||||
</n-space>
|
</n-space>
|
||||||
</setting-item>
|
</SettingItem>
|
||||||
<SettingItem name="颜色">
|
<SettingItem name="颜色">
|
||||||
<n-color-picker
|
<n-color-picker
|
||||||
size="small"
|
size="small"
|
||||||
@ -192,6 +192,20 @@
|
|||||||
</SettingItem>
|
</SettingItem>
|
||||||
</SettingItemBox>
|
</SettingItemBox>
|
||||||
|
|
||||||
|
<SettingItemBox name="文本">
|
||||||
|
<SettingItem name="显示">
|
||||||
|
<n-space>
|
||||||
|
<n-switch v-model:value="seriesList[0].label.show" size="small"></n-switch>
|
||||||
|
</n-space>
|
||||||
|
</SettingItem>
|
||||||
|
<SettingItem name="字体大小">
|
||||||
|
<n-input-number v-model:value="seriesList[0].label.fontSize" size="small" :min="0"></n-input-number>
|
||||||
|
</SettingItem>
|
||||||
|
<SettingItem name="字体颜色">
|
||||||
|
<n-color-picker size="small" :modes="['hex']" v-model:value="seriesList[0].label.color"></n-color-picker>
|
||||||
|
</SettingItem>
|
||||||
|
</SettingItemBox>
|
||||||
|
|
||||||
<SettingItemBox name="涟漪">
|
<SettingItemBox name="涟漪">
|
||||||
<SettingItem name="涟漪大小">
|
<SettingItem name="涟漪大小">
|
||||||
<n-input-number
|
<n-input-number
|
||||||
|
Loading…
x
Reference in New Issue
Block a user