Commit cadee86a authored by 张俊's avatar 张俊

图表数据

parent 978ac116
......@@ -50,7 +50,7 @@ export default {
},
};
var data = [];
var total = 4;
var total = 0;
var color = ["#515fe7", "#36a5ec", "#da9f2a", "#23b2a7", "#d46002"];
var legendarr = [];
var temp2_data = 0;
......
......@@ -253,9 +253,9 @@ export default {
week_chain: -14.2
},
mult_data: [
{ name: "基础工具", value: 40 },
{ name: "通用应用", value: 0 },
{ name: "业务应用", value: 2 }
{ name: "基础工具", value: 2 },
{ name: "通用应用", value: 1 },
{ name: "业务应用", value: 1 }
],
text: "应用总数",
spIndicatorStyles1: false,
......@@ -301,20 +301,26 @@ export default {
"01-05",
"01-06",
"01-07",
"01-08"
"01-08",
"01-09",
"01-10",
"01-11",
"01-12",
"01-13",
"01-14",
],
data: [
{
name: "开发者应用",
arr: [100, 120, 130, 150, 160, 120, 110, 100]
arr: [4, 3, 2, 1, 0, 0, 2, 3,2,4,0,3,2,1]
},
{
name: "平台应用",
arr: [120, 130, 140, 130, 140, 120, 100, 90]
arr: [0, 2, 3, 4, 6, 3, 2, 1,2,5,3,0,3,1]
},
{
name: "未上架",
arr: [80, 90, 100, 110, 100, 70, 80, 90]
arr: [2, 3, 0, 1, 0, 0, 2, 1,1,2,2,3,3,2]
}
]
},
......
......@@ -240,8 +240,8 @@ export default {
},
data: () => ({
mult_data: [
{ name: "基础工具", value: 40 },
{ name: "通用应用", value: 0 },
{ name: "基础工具", value: 4 },
{ name: "通用应用", value: 2 },
{ name: "业务应用", value: 2 }
],
spIndicatorStyles1: false,
......@@ -303,16 +303,12 @@ export default {
],
data: [
{
name: "开发者应用",
arr: [10, 12, 13, 15, 16, 12, 11, 10,15,16,19,20,22,15,18]
name: "上架中",
arr: [5, 6, 7, 8, 5, 6, 7, 5,6,8,5,3,2,4]
},
{
name: "平台应用",
arr: [12, 13, 14, 13, 14, 12, 10, 9,11,10,9,12,13,10,9]
},
{
name: "未上架",
arr: [8, 9, 10, 11, 10, 7, 8, 9 ,7,6,5,8,6,7,5]
name: "已下架",
arr: [6, 5, 7, 6, 7, 6, 4, 3,5,7,8,6,7,4]
}
]
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment