+
-
-
-
- 查询
- 重置
+
+
+
+ 查询
+ 重置
-
+
-
+
-
-
-
\ No newline at end of file
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/postTrendsDay/assets/charts.js b/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/postTrendsDay/assets/charts.js
index 3bff0d09..9991db10 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/postTrendsDay/assets/charts.js
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/postTrendsDay/assets/charts.js
@@ -1,271 +1,302 @@
-
/* 数据 */
-let nameList = ["00:00", "02:00", "04:00", "06:00", "08:00", "10:00", "12:00", "14:00", "16:00", "18:00", "20:00", "22:00"]; // 类别
-let valueList = [800, 520, 650, 950, 420, 600, 450, 720, 303, 503 , 203 ,703 , 903 ]; // 人数
-var yList = [ "1000","800","轻度拥堵","基本畅通","畅通"]
+let nameList = [
+ "00:00",
+ "02:00",
+ "04:00",
+ "06:00",
+ "08:00",
+ "10:00",
+ "12:00",
+ "14:00",
+ "16:00",
+ "18:00",
+ "20:00",
+ "22:00",
+]; // 类别
+let valueList = [
+ 800, 520, 650, 950, 420, 600, 450, 720, 303, 503, 203, 703, 903,
+]; // 人数
+var yList = ["1000", "800", "轻度拥堵", "基本畅通", "畅通"];
/* 数据整合 */
let dataList = [];
nameList.map((item, index) => {
- if (index === 4) {
- dataList.push({
- name: item,
- value: valueList[index],
- itemStyle: {
- color: {
- type: 'linear',
- x: 0,
- y: 0,
- x2: 0,
- y2: 1,
- colorStops: [{
- offset: 0, color: '#FFB904' // 0% 处的颜色
- }, {
- offset: 1, color: '#FF6969' // 100% 处的颜色
- }],
- global: false // 缺省为 false
+ if (index === 4) {
+ dataList.push({
+ name: item,
+ value: valueList[index],
+ itemStyle: {
+ color: {
+ type: "linear",
+ x: 0,
+ y: 0,
+ x2: 0,
+ y2: 1,
+ colorStops: [
+ {
+ offset: 0,
+ color: "#FFB904", // 0% 处的颜色
+ },
+ {
+ offset: 1,
+ color: "#FF6969", // 100% 处的颜色
},
- borderRadius: 6
- },
- label: { show: false }
- })
- } else {
- dataList.push({
- name: item,
- value: valueList[index],
- itemStyle:{
- borderRadius: 6
- }
- })
- }
-})
+ ],
+ global: false, // 缺省为 false
+ },
+ borderRadius: 6,
+ },
+ label: { show: false },
+ });
+ } else {
+ dataList.push({
+ name: item,
+ value: valueList[index],
+ itemStyle: {
+ borderRadius: 6,
+ },
+ });
+ }
+});
var options = {
- legend: {
- // orient: 'vertical',
- icon: "circle",
- itemHeight: 8,
- itemWidth: 8,
- top: "5%",
- x: "right",
- textStyle: {
- color: "#fff",
- },
+ tooltip: {
+ show: true,
+ trigger: "axis",
+ },
+ legend: {
+ // orient: 'vertical',
+ icon: "circle",
+ itemHeight: 8,
+ itemWidth: 8,
+ top: "20px",
+ x: "right",
+ textStyle: {
+ color: "#fff",
},
- grid: {
- top: '15%',//上边距
- right: '0',//右边距
- left: '0',//左边距
- bottom: "10%",//下边距
- containLabel: true,
- },
- xAxis: {
- type: 'category',
- data: nameList,
- axisTick: {
- show: false //隐藏X轴刻度
- },
- axisLine: {
- lineStyle: {
- color: "rgba(49, 217, 255, 0.8)"
- }
- },
- axisLabel: {
- show: true,
- color: '#B6E6FF',
- fontSize:8,
- fontFamily: 'Source Han Sans CN-Regular',
+ },
+ grid: {
+ top: "75px", //上边距
+ right: "0", //右边距
+ left: "0", //左边距
+ bottom: "20px", //下边距
+ containLabel: true,
+ },
+ xAxis: {
+ type: "category",
+ data: nameList,
+ axisTick: {
+ show: false, //隐藏X轴刻度
+ },
+ axisLine: {
+ lineStyle: {
+ color: "rgba(49, 217, 255, 0.8)",
},
- },
- yAxis: [{
- type: 'value',
- name: "",
- max: 1200,
- min:0,
- splitNumber:5,
+ },
+ axisLabel: {
+ show: true,
+ color: "#fff",
+ fontSize: 10,
+ },
+ },
+ yAxis: [
+ {
+ type: "value",
+ name: "(起)",
nameTextStyle: {
- color: '#B6E6FF',
- fontSize: 13,
- fontFamily: 'Source Han Sans CN-Regular',
- align: "left",
- verticalAlign: "center",
+ color: "#fff",
+ fontSize: 10,
+ align: "right",
+ verticalAlign: "center",
},
axisLabel: {
- fontSize: 13,
- color: '#B6E6FF',
- fontFamily: 'HarmonyOS Sans-Regular',
- // formatter:function(value,index){
- // return yList[index]
- // }
+ fontSize: 10,
+ color: "#fff",
+ // formatter:function(value,index){
+ // return yList[index]
+ // }
},
axisLine: {
- show: false,
+ show: false,
},
axisTick: {
- show: false
+ show: false,
},
splitLine: {
- lineStyle: {
- color: 'rgba(49, 217, 255, 0.5)',
- }
+ lineStyle: {
+ color: "rgba(49, 217, 255, 0.5)",
+ },
+ },
+ },
+ ],
+ series: [
+ {
+ name: "情报板发布",
+ type: "line",
+ symbol: "circle",
+ symbolSize: 0,
+ smooth: true,
+ areaStyle: {
+ width: 4,
+ opacity: 0.25,
+ color: {
+ type: "linear",
+ x: 0,
+ y: 0,
+ x2: 0,
+ y2: 1,
+ colorStops: [
+ { offset: 0.389, color: "#32BB8A90" },
+ { offset: 1, color: "#32BB8A00" },
+ ],
+ global: false,
+ },
+ },
+ // yAxisIndex: 1, // 与第二个 y 轴关联
+ itemStyle: {
+ color: "#32BB8A",
+ },
+ lineStyle: {
+ width: 2,
},
- }],
- series: [
- {
- name: '情报板发布',
- type: 'line',
- symbol: 'circle',
- symbolSize: 0,
- smooth: true,
- areaStyle: {
- width: 4,
- opacity: 0.25,
- color: {
- type: 'linear',
- x: 0,
- y: 0,
- x2: 0,
- y2: 1,
- colorStops: [
- { offset: 0.389, color: "#32BB8A90" },
- { offset: 1, color: "#32BB8A00" },
- ],
- global: false,
- },
- },
- // yAxisIndex: 1, // 与第二个 y 轴关联
- itemStyle: {
- color: '#32BB8A',
- },
- lineStyle: {
- width:2,
- },
-
- data: [1000, 800, 520, 600, 900, 700, 700,1000, 800, 520, 600, 900, 700, 700], // 折线图的数据
- },
- {
- name: '服务网站',
- type: 'line',
- symbol: 'circle',
- symbolSize: 0,
- // yAxisIndex: 1, // 与第二个 y 轴关联
- itemStyle: {
- color: '#08BAF4',
- },
- lineStyle: {
- width: 2,
- },
- smooth: true,
- areaStyle: {
- width: 4,
- opacity: 0.25,
- color: {
- type: 'linear',
- x: 0,
- y: 0,
- x2: 0,
- y2: 1,
- colorStops: [
- { offset: 0.389, color: "#08BAF490" },
- { offset: 1, color: "#08BAF400" },
- ],
- global: false,
- },
- },
- data: [600, 700, 900, 400, 500, 800, 600,600, 700, 900, 400, 500, 800, 600], // 折线图的数据
- },
- {
- name: '微信发布',
- type: 'line',
- symbol: 'circle',
- symbolSize: 0,
- // yAxisIndex: 1, // 与第二个 y 轴关联
- itemStyle: {
- color: '#E2BA74',
- },
- smooth: true,
- areaStyle: {
- width: 4,
- opacity: 0.25,
- color: {
- type: 'linear',
- x: 0,
- y: 0,
- x2: 0,
- y2: 1,
- colorStops: [
- { offset: 0.389, color: "#E2BA7490" },
- { offset: 1, color: "#E2BA7400" },
- ],
- global: false,
- },
- },
- lineStyle: {
- width: 2,
- },
- data: [850, 810, 712, 580, 480, 480, 780,850, 810, 712, 580, 480, 480, 780], // 折线图的数据
- },{
- name: '微博发布',
- type: 'line',
- symbol: 'circle',
- symbolSize: 0,
- // yAxisIndex: 1, // 与第二个 y 轴关联
- itemStyle: {
- color: '#51BFA4',
- },
- smooth: true,
- areaStyle: {
- width: 4,
- opacity: 0.25,
- color: {
- type: 'linear',
- x: 0,
- y: 0,
- x2: 0,
- y2: 1,
- colorStops: [
- { offset: 0.389, color: "#51BFA490" },
- { offset: 1, color: "#51BFA400" },
- ],
- global: false,
- },
- },
- lineStyle: {
- width: 2,
- },
- data: [850, 810, 712, 580, 480, 480, 780,850, 810, 712, 580, 480, 480, 780], // 折线图的数据
- },{
- name: '短信发布',
- type: 'line',
- symbol: 'circle',
- symbolSize: 0,
- // yAxisIndex: 1, // 与第二个 y 轴关联
- itemStyle: {
- color: '#08BAF4',
- },
- smooth: true,
- areaStyle: {
- width: 4,
- opacity: 0.25,
- color: {
- type: 'linear',
- x: 0,
- y: 0,
- x2: 0,
- y2: 1,
- colorStops: [
- { offset: 0.389, color: "#08BAF490" },
- { offset: 1, color: "#08BAF400" },
- ],
- global: false,
- },
- },
- lineStyle: {
- width: 2,
- },
- data: [850, 410, 712, 680, 50, 280, 480,850, 810, 712, 580, 480, 480, 780], // 折线图的数据
- },
- ]
-}
+ data: [
+ 1000, 800, 520, 600, 900, 700, 700, 1000, 800, 520, 600, 900, 700, 700,
+ ], // 折线图的数据
+ },
+ {
+ name: "服务网站",
+ type: "line",
+ symbol: "circle",
+ symbolSize: 0,
+
+ // yAxisIndex: 1, // 与第二个 y 轴关联
+ itemStyle: {
+ color: "#08BAF4",
+ },
+ lineStyle: {
+ width: 2,
+ },
+ smooth: true,
+ areaStyle: {
+ width: 4,
+ opacity: 0.25,
+ color: {
+ type: "linear",
+ x: 0,
+ y: 0,
+ x2: 0,
+ y2: 1,
+ colorStops: [
+ { offset: 0.389, color: "#08BAF490" },
+ { offset: 1, color: "#08BAF400" },
+ ],
+ global: false,
+ },
+ },
+ data: [
+ 600, 700, 900, 400, 500, 800, 600, 600, 700, 900, 400, 500, 800, 600,
+ ], // 折线图的数据
+ },
+ {
+ name: "微信发布",
+ type: "line",
+ symbol: "circle",
+ symbolSize: 0,
+ // yAxisIndex: 1, // 与第二个 y 轴关联
+ itemStyle: {
+ color: "#E2BA74",
+ },
+ smooth: true,
+ areaStyle: {
+ width: 4,
+ opacity: 0.25,
+ color: {
+ type: "linear",
+ x: 0,
+ y: 0,
+ x2: 0,
+ y2: 1,
+ colorStops: [
+ { offset: 0.389, color: "#E2BA7490" },
+ { offset: 1, color: "#E2BA7400" },
+ ],
+ global: false,
+ },
+ },
+ lineStyle: {
+ width: 2,
+ },
+ data: [
+ 850, 810, 712, 580, 480, 480, 780, 850, 810, 712, 580, 480, 480, 780,
+ ], // 折线图的数据
+ },
+ {
+ name: "微博发布",
+ type: "line",
+ symbol: "circle",
+ symbolSize: 0,
+ // yAxisIndex: 1, // 与第二个 y 轴关联
+ itemStyle: {
+ color: "#51BFA4",
+ },
+ smooth: true,
+ areaStyle: {
+ width: 4,
+ opacity: 0.25,
+ color: {
+ type: "linear",
+ x: 0,
+ y: 0,
+ x2: 0,
+ y2: 1,
+ colorStops: [
+ { offset: 0.389, color: "#51BFA490" },
+ { offset: 1, color: "#51BFA400" },
+ ],
+ global: false,
+ },
+ },
+ lineStyle: {
+ width: 2,
+ },
+ data: [
+ 850, 810, 712, 580, 480, 480, 780, 850, 810, 712, 580, 480, 480, 780,
+ ], // 折线图的数据
+ },
+ {
+ name: "短信发布",
+ type: "line",
+ symbol: "circle",
+ symbolSize: 0,
+ // yAxisIndex: 1, // 与第二个 y 轴关联
+ itemStyle: {
+ color: "#08BAF4",
+ },
+ smooth: true,
+ areaStyle: {
+ width: 4,
+ opacity: 0.25,
+ color: {
+ type: "linear",
+ x: 0,
+ y: 0,
+ x2: 0,
+ y2: 1,
+ colorStops: [
+ { offset: 0.389, color: "#08BAF490" },
+ { offset: 1, color: "#08BAF400" },
+ ],
+ global: false,
+ },
+ },
+ lineStyle: {
+ width: 2,
+ },
+ data: [
+ 850, 410, 712, 680, 50, 280, 480, 850, 810, 712, 580, 480, 480, 780,
+ ], // 折线图的数据
+ },
+ ],
+};
export default options;
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/postTrendsMonth/assets/charts.js b/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/postTrendsMonth/assets/charts.js
index b5d032e2..c0b1c0e7 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/postTrendsMonth/assets/charts.js
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/postTrendsMonth/assets/charts.js
@@ -1,271 +1,293 @@
-
/* 数据 */
-let nameList = ["00:00", "02:00", "04:00", "06:00", "08:00", "10:00", "12:00", "14:00", "16:00", "18:00", "20:00", "22:00"]; // 类别
-let valueList = [800, 520, 650, 950, 420, 600, 450, 720, 303, 503 , 203 ,703 , 903 ]; // 人数
-var yList = [ "1000","800","轻度拥堵","基本畅通","畅通"]
+let nameList = [
+ "00:00",
+ "02:00",
+ "04:00",
+ "06:00",
+ "08:00",
+ "10:00",
+ "12:00",
+ "14:00",
+ "16:00",
+ "18:00",
+ "20:00",
+ "22:00",
+]; // 类别
+let valueList = [
+ 800, 520, 650, 950, 420, 600, 450, 720, 303, 503, 203, 703, 903, 903,
+]; // 人数
+var yList = ["1000", "800", "轻度拥堵", "基本畅通", "畅通"];
/* 数据整合 */
let dataList = [];
nameList.map((item, index) => {
- if (index === 4) {
- dataList.push({
- name: item,
- value: valueList[index],
- itemStyle: {
- color: {
- type: 'linear',
- x: 0,
- y: 0,
- x2: 0,
- y2: 1,
- colorStops: [{
- offset: 0, color: '#FFB904' // 0% 处的颜色
- }, {
- offset: 1, color: '#FF6969' // 100% 处的颜色
- }],
- global: false // 缺省为 false
+ if (index === 4) {
+ dataList.push({
+ name: item,
+ value: valueList[index],
+ itemStyle: {
+ color: {
+ type: "linear",
+ x: 0,
+ y: 0,
+ x2: 0,
+ y2: 1,
+ colorStops: [
+ {
+ offset: 0,
+ color: "#FFB904", // 0% 处的颜色
+ },
+ {
+ offset: 1,
+ color: "#FF6969", // 100% 处的颜色
},
- borderRadius: 6
- },
- label: { show: false }
- })
- } else {
- dataList.push({
- name: item,
- value: valueList[index],
- itemStyle:{
- borderRadius: 6
- }
- })
- }
-})
+ ],
+ global: false, // 缺省为 false
+ },
+ borderRadius: 6,
+ },
+ label: { show: false },
+ });
+ } else {
+ dataList.push({
+ name: item,
+ value: valueList[index],
+ itemStyle: {
+ borderRadius: 6,
+ },
+ });
+ }
+});
var options = {
- legend: {
- // orient: 'vertical',
- icon: "circle",
- itemHeight: 8,
- itemWidth: 8,
- top: "5%",
- x: "right",
- textStyle: {
- color: "#fff",
- },
+ tooltip: {
+ show: true,
+ trigger: "axis",
+ },
+ legend: {
+ // orient: 'vertical',
+ icon: "circle",
+ itemHeight: 8,
+ itemWidth: 8,
+ top: "5%",
+ x: "right",
+ textStyle: {
+ color: "#fff",
},
- grid: {
- top: '20%',//上边距
- right: '0',//右边距
- left: '0',//左边距
- bottom: "10%",//下边距
- containLabel: true,
- },
- xAxis: {
- type: 'category',
- data: nameList,
- axisTick: {
- show: false //隐藏X轴刻度
- },
- axisLine: {
- lineStyle: {
- color: "rgba(49, 217, 255, 0.8)"
- }
- },
- axisLabel: {
- show: true,
- color: '#B6E6FF',
- fontSize:8,
- fontFamily: 'Source Han Sans CN-Regular',
+ },
+ grid: {
+ top: "80px", //上边距
+ right: "0", //右边距
+ left: "0", //左边距
+ bottom: "10px", //下边距
+ containLabel: true,
+ },
+ xAxis: {
+ type: "category",
+ data: nameList,
+ axisTick: {
+ show: false, //隐藏X轴刻度
+ },
+ axisLine: {
+ lineStyle: {
+ color: "rgba(49, 217, 255, 0.8)",
},
- },
- yAxis: [{
- type: 'value',
- name: "",
- max: 1000,
- min:0,
- splitNumber:5,
+ },
+ axisLabel: {
+ show: true,
+ color: "#fff",
+ fontSize: 10,
+ },
+ },
+ yAxis: [
+ {
+ type: "value",
+ name: "(起)",
nameTextStyle: {
- color: '#B6E6FF',
- fontSize: 13,
- fontFamily: 'Source Han Sans CN-Regular',
- align: "left",
- verticalAlign: "center",
+ color: "#fff",
+ fontSize: 10,
+ align: "right",
+ verticalAlign: "center",
},
axisLabel: {
- fontSize: 13,
- color: '#B6E6FF',
- fontFamily: 'HarmonyOS Sans-Regular',
- // formatter:function(value,index){
- // return yList[index]
- // }
+ fontSize: 10,
+ color: "#fff",
+ // fontFamily: "HarmonyOS Sans-Regular",
+ // formatter:function(value,index){
+ // return yList[index]
+ // }
},
axisLine: {
- show: false,
+ show: false,
},
axisTick: {
- show: false
+ show: false,
},
splitLine: {
- lineStyle: {
- color: 'rgba(49, 217, 255, 0.5)',
- }
+ lineStyle: {
+ color: "rgba(49, 217, 255, 0.5)",
+ },
+ },
+ },
+ ],
+ series: [
+ {
+ name: "情报板发布",
+ type: "line",
+ symbol: "circle",
+ symbolSize: 0,
+ smooth: true,
+ areaStyle: {
+ width: 4,
+ opacity: 0.25,
+ color: {
+ type: "linear",
+ x: 0,
+ y: 0,
+ x2: 0,
+ y2: 1,
+ colorStops: [
+ { offset: 0.389, color: "#51BFA490" },
+ { offset: 1, color: "#51BFA400" },
+ ],
+ global: false,
+ },
+ },
+ // yAxisIndex: 1, // 与第二个 y 轴关联
+ itemStyle: {
+ color: "#51BFA4",
+ },
+ lineStyle: {
+ width: 2,
},
- }],
- series: [
- {
- name: '情报板发布',
- type: 'line',
- symbol: 'circle',
- symbolSize: 0,
- smooth: true,
- areaStyle: {
- width: 4,
- opacity: 0.25,
- color: {
- type: 'linear',
- x: 0,
- y: 0,
- x2: 0,
- y2: 1,
- colorStops: [
- { offset: 0.389, color: "#51BFA490" },
- { offset: 1, color: "#51BFA400" },
- ],
- global: false,
- },
- },
- // yAxisIndex: 1, // 与第二个 y 轴关联
- itemStyle: {
- color: '#51BFA4',
- },
- lineStyle: {
- width:2,
- },
-
- data: [1000, 800, 520, 600, 900, 700, 700,1000, 800, 520, 600, 900, 700, 700], // 折线图的数据
- },
- {
- name: '服务网站',
- type: 'line',
- symbol: 'circle',
- symbolSize: 0,
- // yAxisIndex: 1, // 与第二个 y 轴关联
- itemStyle: {
- color: '#08BAF4',
- },
- lineStyle: {
- width: 2,
- },
- smooth: true,
- areaStyle: {
- width: 4,
- opacity: 0.25,
- color: {
- type: 'linear',
- x: 0,
- y: 0,
- x2: 0,
- y2: 1,
- colorStops: [
- { offset: 0.389, color: "#08BAF490" },
- { offset: 1, color: "#08BAF400" },
- ],
- global: false,
- },
- },
- data: [600, 700, 900, 400, 500, 800, 600,600, 700, 900, 400, 500, 800, 600], // 折线图的数据
- },
- {
- name: '微信发布',
- type: 'line',
- symbol: 'circle',
- symbolSize: 0,
- // yAxisIndex: 1, // 与第二个 y 轴关联
- itemStyle: {
- color: '#E2BA74',
- },
- smooth: true,
- areaStyle: {
- width: 4,
- opacity: 0.25,
- color: {
- type: 'linear',
- x: 0,
- y: 0,
- x2: 0,
- y2: 1,
- colorStops: [
- { offset: 0.389, color: "#E2BA7490" },
- { offset: 1, color: "#E2BA7400" },
- ],
- global: false,
- },
- },
- lineStyle: {
- width: 2,
- },
- data: [850, 810, 712, 580, 480, 480, 780,850, 810, 712, 580, 480, 480, 780], // 折线图的数据
- },{
- name: '微博发布',
- type: 'line',
- symbol: 'circle',
- symbolSize: 0,
- // yAxisIndex: 1, // 与第二个 y 轴关联
- itemStyle: {
- color: '#FB6D07',
- },
- smooth: true,
- areaStyle: {
- width: 4,
- opacity: 0.25,
- color: {
- type: 'linear',
- x: 0,
- y: 0,
- x2: 0,
- y2: 1,
- colorStops: [
- { offset: 0.389, color: "#FB6D0799" },
- { offset: 1, color: "#FB6D0700" },
- ],
- global: false,
- },
- },
- lineStyle: {
- width: 2,
- },
- data: [850, 810, 712, 580, 480, 480, 780,850, 810, 712, 580, 480, 480, 780], // 折线图的数据
- },{
- name: '短信发布',
- type: 'line',
- symbol: 'circle',
- symbolSize: 0,
- // yAxisIndex: 1, // 与第二个 y 轴关联
- itemStyle: {
- color: '#07DEFB',
- },
- smooth: true,
- areaStyle: {
- width: 4,
- opacity: 0.25,
- color: {
- type: 'linear',
- x: 0,
- y: 0,
- x2: 0,
- y2: 1,
- colorStops: [
- { offset: 0.389, color: "#07DEFB90" },
- { offset: 1, color: "#07DEFB00" },
- ],
- global: false,
- },
- },
- lineStyle: {
- width: 2,
- },
- data: [850, 410, 712, 680, 50, 280, 480,850, 810, 712, 580, 480, 480, 780], // 折线图的数据
- },
- ]
-}
+ data: [1000, 800, 520, 600, 900, 700, 700, 1000, 800, 520, 600, 900], // 折线图的数据
+ },
+ {
+ name: "服务网站",
+ type: "line",
+ symbol: "circle",
+ symbolSize: 0,
+
+ // yAxisIndex: 1, // 与第二个 y 轴关联
+ itemStyle: {
+ color: "#08BAF4",
+ },
+ lineStyle: {
+ width: 2,
+ },
+ smooth: true,
+ areaStyle: {
+ width: 4,
+ opacity: 0.25,
+ color: {
+ type: "linear",
+ x: 0,
+ y: 0,
+ x2: 0,
+ y2: 1,
+ colorStops: [
+ { offset: 0.389, color: "#08BAF490" },
+ { offset: 1, color: "#08BAF400" },
+ ],
+ global: false,
+ },
+ },
+ data: [600, 700, 900, 400, 500, 800, 600, 600, 700, 900, 400, 500], // 折线图的数据
+ },
+ {
+ name: "微信发布",
+ type: "line",
+ symbol: "circle",
+ symbolSize: 0,
+ // yAxisIndex: 1, // 与第二个 y 轴关联
+ itemStyle: {
+ color: "#E2BA74",
+ },
+ smooth: true,
+ areaStyle: {
+ width: 4,
+ opacity: 0.25,
+ color: {
+ type: "linear",
+ x: 0,
+ y: 0,
+ x2: 0,
+ y2: 1,
+ colorStops: [
+ { offset: 0.389, color: "#E2BA7490" },
+ { offset: 1, color: "#E2BA7400" },
+ ],
+ global: false,
+ },
+ },
+ lineStyle: {
+ width: 2,
+ },
+ data: [850, 810, 712, 580, 480, 480, 780, 850, 810, 712, 580, 480], // 折线图的数据
+ },
+ {
+ name: "微博发布",
+ type: "line",
+ symbol: "circle",
+ symbolSize: 0,
+ // yAxisIndex: 1, // 与第二个 y 轴关联
+ itemStyle: {
+ color: "#FB6D07",
+ },
+ smooth: true,
+ areaStyle: {
+ width: 4,
+ opacity: 0.25,
+ color: {
+ type: "linear",
+ x: 0,
+ y: 0,
+ x2: 0,
+ y2: 1,
+ colorStops: [
+ { offset: 0.389, color: "#FB6D0799" },
+ { offset: 1, color: "#FB6D0700" },
+ ],
+ global: false,
+ },
+ },
+ lineStyle: {
+ width: 2,
+ },
+ data: [850, 810, 712, 580, 480, 480, 780, 850, 810, 712, 580, 480], // 折线图的数据
+ },
+ {
+ name: "短信发布",
+ type: "line",
+ symbol: "circle",
+ symbolSize: 0,
+ // yAxisIndex: 1, // 与第二个 y 轴关联
+ itemStyle: {
+ color: "#07DEFB",
+ },
+ smooth: true,
+ areaStyle: {
+ width: 4,
+ opacity: 0.25,
+ color: {
+ type: "linear",
+ x: 0,
+ y: 0,
+ x2: 0,
+ y2: 1,
+ colorStops: [
+ { offset: 0.389, color: "#07DEFB90" },
+ { offset: 1, color: "#07DEFB00" },
+ ],
+ global: false,
+ },
+ },
+ lineStyle: {
+ width: 2,
+ },
+ data: [850, 410, 712, 680, 50, 280, 480, 850, 810, 712, 580, 480], // 折线图的数据
+ },
+ ],
+};
export default options;
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/postTrendsMonth/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/postTrendsMonth/index.vue
index 5afcef2d..57d54279 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/postTrendsMonth/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/postTrendsMonth/index.vue
@@ -1,54 +1,71 @@
-
+
-
-
-
- 查询
- 重置
+
+
+
+ 查询
+ 重置
-
+
-
+
-
-
-
\ No newline at end of file
+}
+
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/index.vue
index ef8fab4e..be27eb70 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/index.vue
@@ -1,177 +1,166 @@
-
-
-
-
-
-
+
+
-
\ No newline at end of file
+}
+