Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
ec-report-refactor
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lihuizhen
ec-report-refactor
Commits
d61c184d
Commit
d61c184d
authored
Apr 29, 2022
by
leon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: map add visual map config
parent
ac5cf17b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
BarMixMap.vue
components/BarMixMap/BarMixMap.vue
+1
-0
ChinaMap.vue
components/ChinaMap/ChinaMap.vue
+1
-0
No files found.
components/BarMixMap/BarMixMap.vue
View file @
d61c184d
...
...
@@ -126,6 +126,7 @@
}
},
},
visualMap
:
this
.
elementInfo
.
option
.
visualMap
.
show
?
[
this
.
elementInfo
.
option
.
visualMap
]
:
[],
animationDurationUpdate
:
1000
,
series
:
[{
id
:
'associate'
,
...
...
components/ChinaMap/ChinaMap.vue
View file @
d61c184d
...
...
@@ -60,6 +60,7 @@
}
}
},
visualMap
:
this
.
elementInfo
.
option
.
visualMap
.
show
?
[
this
.
elementInfo
.
option
.
visualMap
]
:
[],
series
:
this
.
dealSeriesData
(
dataList
)
}
chart
.
setOption
(
this
.
ec
.
option
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment