'commit'
This commit is contained in:
@@ -41,38 +41,26 @@ option_1_1 = {
|
||||
{
|
||||
name: "镇区",
|
||||
type: "bar",
|
||||
data: [ ],
|
||||
data: [],
|
||||
itemStyle: { borderRadius: [6, 6, 0, 0] },
|
||||
},
|
||||
{
|
||||
name: "乡村",
|
||||
type: "bar",
|
||||
data: [ ],
|
||||
data: [],
|
||||
itemStyle: { borderRadius: [6, 6, 0, 0] },
|
||||
},
|
||||
{
|
||||
name: "总入园数",
|
||||
type: "line",
|
||||
yAxisIndex: 1,
|
||||
data: [
|
||||
],
|
||||
data: [],
|
||||
},
|
||||
{
|
||||
name: "2022年基数",
|
||||
type: "line",
|
||||
yAxisIndex: 1,
|
||||
data: [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
105.6714,
|
||||
105.6714,
|
||||
105.6714,
|
||||
],
|
||||
data: [],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user