perf:reset复选框调整、asset左侧筛选列表bug修复、overview 表格调整
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
const mapOptions={
|
||||
geo:{
|
||||
map:'',
|
||||
|
||||
roam:true,//鼠标是否可以控制缩放
|
||||
// center:[],//当前视角的中心点,用经纬度表示
|
||||
label: { //控制显示地图名称
|
||||
@@ -78,7 +79,8 @@
|
||||
},
|
||||
} ,
|
||||
itemStyle:{
|
||||
areaColor:'lightgrey', //设置默认状态下地图颜色
|
||||
// areaColor:'lightgrey', //设置默认状态下地图颜色
|
||||
|
||||
},
|
||||
emphasis:{
|
||||
itemStyle: {
|
||||
@@ -90,6 +92,15 @@
|
||||
right:0,
|
||||
bottom:0,
|
||||
},
|
||||
dataRange:{
|
||||
x: '-1000 px', //图例横轴位置
|
||||
y: '-1000 px', //图例纵轴位置
|
||||
splitList: [
|
||||
{ start: 1, end: 1, label: 'astana', color: '#cfc5de' },
|
||||
{ start: 2, end: 2, label: '天津', color: '#f1ebd1' },
|
||||
{ start: 3, end: 3, label: '上海', color: '#feffdb' },
|
||||
]
|
||||
},
|
||||
tooltip : {
|
||||
trigger: 'item',
|
||||
type:'cross',
|
||||
|
||||
Reference in New Issue
Block a user