@@ -58,26 +58,25 @@ export default {
},
yAxis: {
type: "value",
- },
- splitLine: {
- show: true,
- lineStyle: {
- type: "dashed", //默认实线,dashed虚线
- width: 10,
- color: "#000",
+ splitLine: {
+ show: true,
+ lineStyle: {
+ type: "dashed", //默认实线,dashed虚线
+ width: 1,
+ color: "#354053",
+ },
+
series: [
{
name: "货种",
data: [0.42, 0.35, 0.71, 0.67, 0.85, 0.52, 0.79],
type: "line",
symbolSize: 0,
-
- itemStyle: {
- color: "#5B8FF9",
+ color: "#4e76dc",
+ width: 2,
areaStyle: {
//右,下,左,上
@@ -105,10 +104,9 @@ export default {
data: [0.32, 0.25, 0.51, 0.37, 0.65, 0.32, 0.69],
- color: "#5AD8A6",
+ color: "#3ecd9a",