Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Y
yqlh-dataEase
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
frontend
yqlh-dataEase
Commits
b878bc44
Commit
b878bc44
authored
Jul 25, 2023
by
王敏
Browse files
Options
Browse Files
Download
Plain Diff
合并分支 'feature/branch_wm' 到 'develop'
Feature/branch wm 查看合并请求
!23
parents
29a59e1f
6f9d487e
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
21 行增加
和
16 行删除
+21
-16
src/views/chart/chart/cityBrightness/cityBrightness_antv.js
+18
-15
src/views/chart/chart/util.js
+3
-1
没有找到文件。
src/views/chart/chart/cityBrightness/cityBrightness_antv.js
查看文件 @
b878bc44
...
...
@@ -29,11 +29,13 @@ export function baseCityBrightnessMapOptionAntV(chartDom, chartId, chart, action
lang
:
lang
,
pitch
:
size
.
mapPitch
,
// pitch: 64.88, // 地图倾角
style
:
mapStyle
style
:
mapStyle
,
// style: 'dark'
// center: [116.41667, 39.91667], // 地图中心经纬度-北京
// zoom: 10
,
zoom
:
12
,
// maxZoom: 20
center
:
[
114.060288
,
22.53684
]
// 数据集是深圳市区的点,中心先设为深圳
// center: [104.58631, 30.71882] // 成阿中心经纬度
}),
logoVisible
:
false
})
...
...
@@ -44,7 +46,7 @@ export function baseCityBrightnessMapOptionAntV(chartDom, chartId, chart, action
chartDom
.
setMapStyle
(
mapStyle
)
}
}
if
(
xAxis
?.
length
<
1
||
yAxis
?.
lang
<
1
)
{
if
(
xAxis
?.
length
<
2
||
yAxis
?.
lang
<
1
)
{
chartDom
.
removeAllLayer
()
return
chartDom
}
...
...
@@ -70,18 +72,19 @@ export function baseCityBrightnessMapOptionAntV(chartDom, chartId, chart, action
const
pointLayer
=
new
PointLayer
({})
.
source
(
mapData
)
.
size
(
2
)
.
color
(
'h8'
,
[
'#0A3663'
,
'#1558AC'
,
'#3771D9'
,
'#4D89E5'
,
'#64A5D3'
,
'#72BED6'
,
'#83CED6'
,
'#A6E1E0'
,
'#B8EFE2'
,
'#D7F9F0'
])
.
color
(
'h8'
,
color
?.
colors
)
// .color('h8', [
// '#0A3663',
// '#1558AC',
// '#3771D9',
// '#4D89E5',
// '#64A5D3',
// '#72BED6',
// '#83CED6',
// '#A6E1E0',
// '#B8EFE2',
// '#D7F9F0'
// ])
if
(
!
init
)
{
chartDom
.
addLayer
(
pointLayer
)
}
...
...
src/views/chart/chart/util.js
查看文件 @
b878bc44
...
...
@@ -2091,7 +2091,9 @@ export const TYPE_CONFIGS = [
],
propertyInner
:
{
'color-selector'
:
[
'mapStyle'
'mapStyle'
,
'value'
,
'gradient-color'
],
'size-selector-ant-v'
:
[
'mapPitch'
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论