修改图例
This commit is contained in:
parent
23eff2d365
commit
c583569868
|
@ -457,10 +457,18 @@
|
|||
name: '部门数量(个)',
|
||||
data: [],
|
||||
},
|
||||
yAxis: {},
|
||||
yAxis: {
|
||||
name: '上架数量区间',
|
||||
},
|
||||
grid: {
|
||||
height: '65%',
|
||||
width: '63%',
|
||||
left: '10%',
|
||||
bottom: 30,
|
||||
},
|
||||
series: [
|
||||
{
|
||||
name: '上架数量区间',
|
||||
name: '',
|
||||
type: 'bar',
|
||||
barWidth: 35,
|
||||
barGap: '-100%',
|
||||
|
|
Loading…
Reference in New Issue