up
This commit is contained in:
@ -2241,6 +2241,13 @@ function areachar() {
|
||||
distance: 10,
|
||||
color: '#fff',
|
||||
},
|
||||
emphasis: {
|
||||
itemStyle: {
|
||||
// color: '#333FFF',
|
||||
shadowBlur: 20, //发光图形阴影的模糊大小
|
||||
shadowColor: 'rgba(0, 147, 252, 1)', //阴影颜色
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
data: [1, 1, 1, 1, 1],
|
||||
@ -3288,6 +3295,7 @@ function chartModes() {
|
||||
{
|
||||
type: 'slider',
|
||||
width: '40%',
|
||||
zoomLock: true, //禁止拉伸
|
||||
top: '90%',
|
||||
start: 0,
|
||||
end: ends,
|
||||
|
Reference in New Issue
Block a user