|
@@ -138,7 +138,8 @@ export default {
|
|
|
};
|
|
|
});
|
|
|
this.form = {
|
|
|
- app: (this.cycle[0] || { value: "" }).value,
|
|
|
+ // app: (this.cycle[0] || { value: "" }).value,
|
|
|
+ app: '起点新闻',
|
|
|
lidu: (this.lidu[0] || { value: "" }).value,
|
|
|
};
|
|
|
this.regularData();
|
|
@@ -234,6 +235,7 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
},
|
|
|
+ color: [ "rgb(17, 160, 248)","rgb(244, 127, 146)"],
|
|
|
series: [
|
|
|
{
|
|
|
name: "活跃用户",
|
|
@@ -244,7 +246,6 @@ export default {
|
|
|
},
|
|
|
type: "line",
|
|
|
smooth: true,
|
|
|
- color: "rgba(58,132,255,.9)",
|
|
|
areaStyle: {
|
|
|
color: {
|
|
|
type: "linear",
|
|
@@ -255,11 +256,11 @@ export default {
|
|
|
colorStops: [
|
|
|
{
|
|
|
offset: 0,
|
|
|
- color: "rgba(58,132,255, 0.8)", // 0% 处的颜色
|
|
|
+ color: "rgba(17, 160, 248, 0.8)", // 0% 处的颜色
|
|
|
},
|
|
|
{
|
|
|
offset: 1,
|
|
|
- color: "rgba(58,132,255, 0.1)", // 100% 处的颜色
|
|
|
+ color: "rgba(17, 160, 248, 0.1)", // 100% 处的颜色
|
|
|
},
|
|
|
],
|
|
|
global: false, // 缺省为 false
|
|
@@ -275,7 +276,6 @@ export default {
|
|
|
},
|
|
|
type: "line",
|
|
|
smooth: true,
|
|
|
- color: "rgba(145,204,117,.9)",
|
|
|
areaStyle: {
|
|
|
color: {
|
|
|
type: "linear",
|
|
@@ -286,11 +286,11 @@ export default {
|
|
|
colorStops: [
|
|
|
{
|
|
|
offset: 0,
|
|
|
- color: "rgba(145,204,117, 0.8)", // 0% 处的颜色
|
|
|
+ color: "rgba(244, 127, 146, 0.8)", // 0% 处的颜色
|
|
|
},
|
|
|
{
|
|
|
offset: 1,
|
|
|
- color: "rgba(145,204,117, 0.1)", // 100% 处的颜色
|
|
|
+ color: "rgba(244, 127, 146, 0.1)", // 100% 处的颜色
|
|
|
},
|
|
|
],
|
|
|
global: false, // 缺省为 false
|