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