Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Commit

Permalink
fix: 飞线数据不显示在visualMap中
Browse files Browse the repository at this point in the history
  • Loading branch information
klren0312 committed Apr 12, 2020
1 parent beba1b7 commit 8dee901
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions bigScreen/js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@ var sactterMapOpt = {
show: true,
color: ['#f44336', '#fc9700', '#ffde00', '#ffde00', '#00eaff'],
textStyle: {
color: '#fff'
}
color: '#fff'
},
seriesIndex: 0
},
geo: {
map: '安徽',
Expand All @@ -164,8 +165,11 @@ var sactterMapOpt = {
itemStyle: {
normal: {
areaColor: '#11234d',
borderWidth: 0.5,
borderColor: '#2b719e'
borderWidth: 1,
borderColor: '#2b719e',
// shadowColor: '#ccc',
// shadowBlur: 15,
// opacity: 0.8
},
emphasis: {
areaColor: '#069'
Expand Down

0 comments on commit 8dee901

Please sign in to comment.