mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-01 03:18:33 +08:00
订单地域分布新增折线图切换和下载
This commit is contained in:
parent
285743730e
commit
c6f88a2075
@ -354,6 +354,16 @@ function EchartsOrderMapWholeCountry(name_arr, data)
|
|||||||
legend: {
|
legend: {
|
||||||
data: []
|
data: []
|
||||||
},
|
},
|
||||||
|
toolbox: {
|
||||||
|
show : (__is_mobile__ == 1) ? false : true,
|
||||||
|
feature : {
|
||||||
|
mark : {show: true},
|
||||||
|
dataView : {show: true, readOnly: false},
|
||||||
|
magicType : {show: true, type: ['line', 'bar']},
|
||||||
|
restore : {show: true},
|
||||||
|
saveAsImage : {name:'订单地域分布', show: true}
|
||||||
|
}
|
||||||
|
},
|
||||||
grid: {
|
grid: {
|
||||||
left: '3%',
|
left: '3%',
|
||||||
right: '4%',
|
right: '4%',
|
||||||
|
Loading…
Reference in New Issue
Block a user