Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
416cd9c3
authored
2023-12-20 13:23:40 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' into master-hnz
2 parents
f0b235b3
fae8effb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
src/components/Echart/Map/Chart.vue
src/components/Echart/Map/Chart.vue
View file @
416cd9c
...
...
@@ -88,8 +88,8 @@
aspectScale
:
1
,
//长宽比
zoom
:
1.1
,
mapType
:
""
,
// 自定义扩展图表类型
top
:
"1
5
%"
,
left
:
"
10
%"
,
top
:
"1
0
%"
,
left
:
"
25
%"
,
map
:
this
.
BASE_API
.
AREARMAP
,
itemStyle
:
{
normal
:
{
...
...
@@ -102,8 +102,8 @@
aspectScale
:
1
,
//长宽比
zoom
:
1.1
,
mapType
:
""
,
// 自定义扩展图表类型
top
:
"1
8
%"
,
left
:
"
10
%"
,
top
:
"1
3
%"
,
left
:
"
25
%"
,
map
:
this
.
BASE_API
.
AREARMAP
,
itemStyle
:
{
color
:
'#21371d'
,
...
...
@@ -125,8 +125,8 @@
aspectScale
:
1
,
//长宽比
zoom
:
1.1
,
mapType
:
this
.
BASE_API
.
AREARMAP
,
// 自定义扩展图表类型
top
:
"1
5
%"
,
left
:
"
10
%"
,
top
:
"1
0
%"
,
left
:
"
25
%"
,
itemStyle
:
{
normal
:
{
borderWidth
:
1.6
,
...
...
Please
register
or
sign in
to post a comment