diff --git a/.env b/.env index d02e0c1c..7363131b 100644 --- a/.env +++ b/.env @@ -3,9 +3,9 @@ VITE_DEV_PORT = '8080' # development path # VITE_DEV_PATH = 'http://192.168.0.34:11887' -VITE_DEV_PATH = 'http://192.168.0.34:8022' +VITE_DEV_PATH = 'http://192.168.0.34:18077' # VITE_DEV_PATH = 'http://192.168.0.120:3001' -VITE_DEV_TOKEN = '0e1e851b-8522-477c-9f84-d415999816d1' +VITE_DEV_TOKEN = '71705982-1d76-473c-bb81-d15776f0f6aa' # production path VITE_PRO_PATH = 'http://192.168.0.235:8177' diff --git a/src/packages/components/Charts/Maps/MapBase/config.ts b/src/packages/components/Charts/Maps/MapBase/config.ts index a2a81434..5829309e 100644 --- a/src/packages/components/Charts/Maps/MapBase/config.ts +++ b/src/packages/components/Charts/Maps/MapBase/config.ts @@ -53,15 +53,16 @@ export const option = { type: 'effectScatter', coordinateSystem: 'geo', symbolSize: 4, - legendHoverLink: false, + legendHoverLink: true, showEffectOn: 'render', - // rippleEffect: { - // scale: 6, - // color: '#FFFFFF', - // brushType: 'fill' - // }, + rippleEffect: { + scale: 6, + // color: '#FFFFFF', + // color: '#4dca59', + brushType: 'fill', + }, tooltip: { - show: true, + show: false, backgroundColor: 'rgba(0,0,0,.6)', borderColor: 'rgba(147, 235, 248, .8)', textStyle: { @@ -78,13 +79,13 @@ export const option = { textShadowBlur: 10, textBorderWidth: 0, color: '#FFFFFF', - show: false + show: true }, - symbol: 'none', + // symbol: 'none', itemStyle: { color: '#FFFFFF', borderColor: 'rgba(225,255,255,2)', - borderWidth: 4, + borderWidth: 0, shadowColor: '#E1FFFF', shadowBlur: 10 }, @@ -111,7 +112,7 @@ export const option = { } }, label: { - show: true, + show: false, color: '#FFFFFF', fontSize: 12 }, @@ -119,7 +120,8 @@ export const option = { disabled: false, label: { color: '#FFFFFF', - fontSize: 12 + fontSize: 12, + show: false, }, itemStyle: { areaColor: '#4196FF', @@ -178,7 +180,8 @@ export const option = { export const customData = { // k: 名字 v: 数值 - dataMap: '{}' + dataMap: '{}', + showInterval: true, } export const MapDefaultConfig = { ...option } diff --git a/src/packages/components/Charts/Maps/MapBase/config.vue b/src/packages/components/Charts/Maps/MapBase/config.vue index 98f57d84..f21e4fb4 100644 --- a/src/packages/components/Charts/Maps/MapBase/config.vue +++ b/src/packages/components/Charts/Maps/MapBase/config.vue @@ -194,88 +194,88 @@ - - - - - + + + + + - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - + + + + - - - - - - - - - - - - 值越小速度越快 - - - - - - 特效尾迹长度[0,1]值越大,尾迹越长重 - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +