Browse Source

Merge branch 'develop' of http://39.106.31.193:9211/mengff/jihe-hs into develop

wangqin
刘朋 9 months ago
parent
commit
4058cba96f
  1. 5
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/governanceAnalysis/components/channelAnalytics/assets/charts.js
  2. 4
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/governanceAnalysis/components/eventTypeAnalysis/assets/charts.js
  3. 4
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/governanceAnalysis/components/postTrendsDay/assets/charts.js
  4. 26
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/governanceAnalysis/components/postTrendsMonth/assets/charts.js
  5. 6
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/governanceAnalysis/components/postTrendsMonth/assets/charts2.js
  6. 7
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/governanceAnalysis/components/postTrendsMonth/assets/charts3.js
  7. 17
      ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/chargeableOperations/components/RoadSectionTolls/assets/charts.js
  8. 205
      ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/chargeableOperations/components/daylyAnalysis/assets/charts.js
  9. 139
      ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/chargeableOperations/components/monthlyAnalysis/assets/charts.js
  10. 343
      ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/chargeableOperations/index.vue
  11. 3
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherInfoQuery/components/TemperatureTrend/assets/charts.js
  12. 8
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherInfoQuery/components/visibilityTrends/assets/charts.js
  13. 5
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficSituation/components/IndicatorAnalysis/components/changesIndicators/assets/charts3.js
  14. 4
      ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/auditAnalytics/assets/charts.js
  15. 4
      ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/channelAnalytics/assets/charts.js
  16. 4
      ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/eventTypeAnalysis/assets/charts.js
  17. 14
      ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/nucleusThrough/assets/charts3.js
  18. 2
      ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/nucleusThrough/index.vue
  19. 3
      ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/postTrendsDay/assets/charts.js
  20. 3
      ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/postTrendsMonth/assets/charts.js
  21. 2
      ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/postTrendsMonth/index.vue

5
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/governanceAnalysis/components/channelAnalytics/assets/charts.js

@ -65,8 +65,9 @@ var options = {
}, },
tooltip: { tooltip: {
show: true, show: true,
// trigger: "item", valueFormatter: function (value) {
// formatter: "{b} : {c}", return value + " 起";
},
}, },
legend: { legend: {
width: "300px", width: "300px",

4
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/governanceAnalysis/components/eventTypeAnalysis/assets/charts.js

@ -81,7 +81,9 @@ var options = {
tooltip: { tooltip: {
show: true, show: true,
trigger: "item", trigger: "item",
// formatter: "{b} : {c}:{d}", valueFormatter: function (value) {
return value + " 起";
},
}, },
legend: { legend: {
width: "300px", width: "300px",

4
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/governanceAnalysis/components/postTrendsDay/assets/charts.js

@ -3,7 +3,9 @@ var options = {
tooltip: { tooltip: {
show: true, show: true,
trigger: "axis", trigger: "axis",
// formatter: "{b}:{c}人", valueFormatter: function (value) {
return value + " 起";
},
}, },
legend: { legend: {
icon: "circle", icon: "circle",

26
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/governanceAnalysis/components/postTrendsMonth/assets/charts.js

@ -23,14 +23,14 @@ let options = {
// 坐标轴指示器,坐标轴触发有效 // 坐标轴指示器,坐标轴触发有效
type: "shadow", // 默认为直线,可选为:'line' | 'shadow' type: "shadow", // 默认为直线,可选为:'line' | 'shadow'
}, },
// backgroundColor: "rgba(3, 31, 71, .0)", //设置背景颜色 valueFormatter: function (value) {
// borderColor: "rgba(3, 31, 71, .0)", return value + " 起";
// formatter: "健康监测<br>{b}:{c}人", },
}, },
grid: { grid: {
left: "0", left: "0",
right: "0", right: "0",
top: "70px", top: "90px",
bottom: "20px", bottom: "20px",
containLabel: true, containLabel: true,
}, },
@ -61,9 +61,12 @@ let options = {
}, },
yAxis: [ yAxis: [
{ {
// max: 900, name: "(起)",
// min: 0, nameTextStyle: {
// interval: 100, color: "#E5E7E8",
fomtSize: 10,
align: "right",
},
axisLine: { axisLine: {
lineStyle: { lineStyle: {
color: "#1C82C5", color: "#1C82C5",
@ -87,9 +90,12 @@ let options = {
}, },
}, },
{ {
// max: 90, name: " (分钟)",
// min: 60, nameTextStyle: {
// interval: 10, color: "#E5E7E8",
fomtSize: 10,
align: "center",
},
axisLine: { axisLine: {
show: false, show: false,
// lineStyle: { // lineStyle: {

6
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/governanceAnalysis/components/postTrendsMonth/assets/charts2.js

@ -5,11 +5,13 @@ let options = {
tooltip: { tooltip: {
show: true, show: true,
trigger: "axis", trigger: "axis",
// formatter: "{b}:{c}人", valueFormatter: function (value) {
return value + " 起";
},
}, },
grid: { grid: {
right: "4%", right: "4%",
top: "20%", top: "90px",
left: "2%", left: "2%",
bottom: "0%", bottom: "0%",
containLabel: true, containLabel: true,

7
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/governanceAnalysis/components/postTrendsMonth/assets/charts3.js

@ -23,10 +23,9 @@ var options = {
}, },
tooltip: { tooltip: {
show: true, show: true,
// valueFormatter: function (value) { valueFormatter: function (value) {
// return value; return value + " 起";
// // return (value + minNumber).toFixed(2) + " %"; },
// },
}, },
legend: { legend: {
// orient: 'vertical', // orient: 'vertical',

17
ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/chargeableOperations/components/RoadSectionTolls/assets/charts.js

@ -21,16 +21,13 @@ let options = {
}, },
tooltip: { tooltip: {
trigger: "axis", trigger: "axis",
// axisPointer: { formatter: function (params) {
// type: "shadow", if (params[0].seriesName == "收费金额") {
// }, return `<div>${params[0].marker} ${params[0].name} <span style="font-weight: bold;">${params[0].value} 万元</span></div>`;
// backgroundColor: "rgba(255,255,255,0.75)", } else {
// extraCssText: "box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);", return `<div>${params[0].marker} ${params[0].name} <span style="font-weight: bold;">${params[0].value} 万辆</span></div>`;
// textStyle: { }
// fontSize: 14, },
// color: "#000",
// },
// formatter: "{a}<br/>{b} :\n\n{c} ",
}, },
legend: { legend: {
top: 10, top: 10,

205
ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/chargeableOperations/components/daylyAnalysis/assets/charts.js

@ -4,20 +4,14 @@ var data1 = [5, 12, 4, 6, 7, 9, 10, 15, 3, 5, 6, 15];
var data2 = [5, 12, 4, 6, 7, 9, 10, 15, 3, 5, 6, 15]; var data2 = [5, 12, 4, 6, 7, 9, 10, 15, 3, 5, 6, 15];
var options = { var options = {
tooltip: { tooltip: {
// trigger: "axis", formatter: function (params) {
// backgroundColor: 'rgba(17,95,182,0.5)', console.log("params", params);
// textStyle: { if (params.seriesName == "增收金额") {
// color: "#fff" return `<div>${params.marker} ${params.name} <span style="font-weight: bold;">${params.value} 万元</span></div>`;
// }, } else {
// formatter: function (params) { return `<div>${params.marker} ${params.name} <span style="font-weight: bold;">${params.value} %</span></div>`;
// return params[1].marker + '' + params[1].name + '\n' + }
// "<div>" + },
// "<span style='display:inline-block;border-radius:1px;width:10px;height:10px;background-color:#007AFF;option:0.5'></span>" +
// "<span style=''> " + params[1].seriesName + ': ' + params[1].value + "\n" + ' </span>' +
// "</div>" +
// "<span style='display:inline-block;border-radius:1px;width:10px;height:10px;background-color:#FF9B61;'></span>" +
// '' + "<span style=''> " + params[3].seriesName + ': ' + params[3].value;
// }
}, },
grid: { grid: {
left: "5%", left: "5%",
@ -67,11 +61,11 @@ var options = {
}, },
yAxis: [ yAxis: [
{ {
min: 0, // min: 0,
max: 18, // max: 18,
type: "value", type: "value",
minInterval: 3, // minInterval: 3,
maxInterval: 3, // maxInterval: 3,
name: "(单位:万)", name: "(单位:万)",
nameTextStyle: { nameTextStyle: {
align: "left", align: "left",
@ -105,17 +99,9 @@ var options = {
data: ["0", "3", "6", "9", "12", "15", "18"], data: ["0", "3", "6", "9", "12", "15", "18"],
}, },
{ {
show: true, // show: true,
name: "", name: "",
min: 0,
max: 18,
type: "value", type: "value",
minInterval: 3,
maxInterval: 3,
splitNumber: 3,
formatter: function (e) {
console.log("---------------", e);
},
nameTextStyle: { nameTextStyle: {
align: "left", align: "left",
color: "rgba(255,255,255,0.8)", color: "rgba(255,255,255,0.8)",
@ -187,7 +173,8 @@ var options = {
itemStyle: { itemStyle: {
// lenged文本 // lenged文本
opacity: 1, opacity: 1,
borderCap: "round", barBorderRadius: [13, 13, 13, 13],
// borderCap: "round",
color: function (params) { color: function (params) {
var a = params.name.slice(0, 2); var a = params.name.slice(0, 2);
return new echarts.graphic.LinearGradient( return new echarts.graphic.LinearGradient(
@ -202,7 +189,7 @@ var options = {
}, },
{ {
offset: 1, offset: 1,
color: "#2CAEE3", // 100% 处的颜色 color: "#003B4E", // 100% 处的颜色
}, },
], ],
false false
@ -213,40 +200,40 @@ var options = {
data: data1, data: data1,
}, },
{ // {
name: "", // name: "",
type: "pictorialBar", // type: "pictorialBar",
symbolSize: [12, 12], // symbolSize: [12, 12],
symbolOffset: [0, -4], // symbolOffset: [0, -4],
z: 5, // z: 5,
itemStyle: { // itemStyle: {
opacity: 1, // opacity: 1,
borderCap: "round", // borderCap: "round",
color: function (params) { // color: function (params) {
var a = params.name.slice(0, 2); // var a = params.name.slice(0, 2);
return new echarts.graphic.LinearGradient( // return new echarts.graphic.LinearGradient(
0, // 0,
0, // 0,
0, // 0,
1, // 1,
[ // [
{ // {
offset: 0, // offset: 0,
color: "#0BA7DA", // 0% 处的颜色 // color: "#0BA7DA", // 0% 处的颜色
}, // },
{ // {
offset: 1, // offset: 1,
color: "#0BA7DA30", // 100% 处的颜色 // color: "#0BA7DA30", // 100% 处的颜色
}, // },
], // ],
false // false
); // );
}, // },
}, // },
symbolPosition: "end", // symbolPosition: "end",
data: data1, // data: data1,
}, // },
{ {
name: "增涨率", name: "增涨率",
z: 9, z: 9,
@ -270,54 +257,54 @@ var options = {
}, },
}, },
{ // {
name: "", // name: "",
type: "bar", // type: "bar",
barWidth: 12, // barWidth: 12,
barGap: "-100%", // barGap: "-100%",
z: 0, // z: 0,
itemStyle: { // itemStyle: {
borderCap: "round", // borderCap: "round",
color: "#163F7A", // color: "#163F7A",
opacity: 0.7, // opacity: 0.7,
}, // },
data: [18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18], // data: [18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18],
}, // },
{ // {
name: "", // name: "",
type: "pictorialBar", // type: "pictorialBar",
symbolSize: [12, 12], // symbolSize: [12, 12],
symbolOffset: [0, -5], // symbolOffset: [0, -5],
z: 5, // z: 5,
itemStyle: { // itemStyle: {
barBorderRadius: [13, 13, 13, 13], // barBorderRadius: [13, 13, 13, 13],
opacity: 1, // opacity: 1,
borderCap: "round", // borderCap: "round",
color: function (params) { // color: function (params) {
var a = params.name.slice(0, 2); // var a = params.name.slice(0, 2);
return new echarts.graphic.LinearGradient( // return new echarts.graphic.LinearGradient(
0, // 0,
0, // 0,
0, // 0,
1, // 1,
[ // [
{ // {
offset: 0, // offset: 0,
color: "#2CAEE3", // 0% 处的颜色 // color: "#2CAEE3", // 0% 处的颜色
}, // },
{ // {
offset: 1, // offset: 1,
color: "#2CAEE3", // 100% 处的颜色 // color: "#2CAEE3", // 100% 处的颜色
}, // },
], // ],
false // false
); // );
}, // },
}, // },
symbolPosition: "end", // symbolPosition: "end",
data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], // data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
}, // },
], ],
}; };

139
ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/chargeableOperations/components/monthlyAnalysis/assets/charts.js

@ -4,21 +4,15 @@ var data1 = [5, 12, 4, 6, 7, 9, 10, 15, 3, 5, 6, 15];
var data2 = [5, 12, 4, 6, 7, 9, 10, 15, 3, 5, 6, 15]; var data2 = [5, 12, 4, 6, 7, 9, 10, 15, 3, 5, 6, 15];
var options = { var options = {
tooltip: { tooltip: {
show:true show: true,
// trigger: "axis", formatter: function (params) {
// backgroundColor: 'rgba(17,95,182,0.5)', console.log("params", params);
// textStyle: { if (params.seriesName == "增收金额") {
// color: "#fff" return `<div>${params.marker} ${params.name} <span style="font-weight: bold;">${params.value} 万元</span></div>`;
// }, } else {
// formatter: function (params) { return `<div>${params.marker} ${params.name} <span style="font-weight: bold;">${params.value} %</span></div>`;
// return params[1].marker + '' + params[1].name + '\n' + }
// "<div>" + },
// "<span style='display:inline-block;border-radius:1px;width:10px;height:10px;background-color:#007AFF;option:0.5'></span>" +
// "<span style=''> " + params[1].seriesName + ': ' + params[1].value + "\n" + ' </span>' +
// "</div>" +
// "<span style='display:inline-block;border-radius:1px;width:10px;height:10px;background-color:#FF9B61;'></span>" +
// '' + "<span style=''> " + params[3].seriesName + ': ' + params[3].value;
// }
}, },
grid: { grid: {
left: "5%", left: "5%",
@ -68,10 +62,11 @@ var options = {
}, },
yAxis: [ yAxis: [
{ {
min: 0, // min: 0,
max: 18, // max: 18,
minInterval: 1, // minInterval: 1,
maxInterval: 1, // maxInterval: 1,
type: "value",
name: "(单位:万)", name: "(单位:万)",
nameTextStyle: { nameTextStyle: {
align: "left", align: "left",
@ -107,9 +102,9 @@ var options = {
{ {
show: true, show: true,
name: "", name: "",
min: 0, // min: 0,
max: 18, // max: 18,
splitNumber: 3, // splitNumber: 3,
nameTextStyle: { nameTextStyle: {
align: "left", align: "left",
color: "rgba(255,255,255,0.8)", color: "rgba(255,255,255,0.8)",
@ -207,45 +202,46 @@ var options = {
data: data1, data: data1,
}, },
{ // {
name: "", // name: "",
type: "pictorialBar", // type: "pictorialBar",
symbolSize: [12, 12], // symbolSize: [12, 12],
symbolOffset: [0, -4], // symbolOffset: [0, -4],
z: 5, // z: 5,
itemStyle: { // itemStyle: {
opacity: 1, // opacity: 1,
color: function (params) { // color: function (params) {
var a = params.name.slice(0, 2); // var a = params.name.slice(0, 2);
return new echarts.graphic.LinearGradient( // return new echarts.graphic.LinearGradient(
0, // 0,
0, // 0,
0, // 0,
1, // 1,
[ // [
{ // {
offset: 0, // offset: 0,
color: "#00E4BB", // 0% 处的颜色 // color: "#00E4BB", // 0% 处的颜色
}, // },
{ // {
offset: 1, // offset: 1,
color: "#00E4BB30", // 100% 处的颜色 // color: "#00E4BB30", // 100% 处的颜色
}, // },
], // ],
false // false
); // );
}, // },
}, // },
symbolPosition: "end", // symbolPosition: "end",
data: data1, // data: data1,
tooltip: { // tooltip: {
show:false} // show: false,
}, // },
// },
{ {
name: "增涨率", name: "增涨率",
z: 9, z: 9,
yAxisIndex: 1, // yAxisIndex: 1,
type: "line", type: "line",
data: data2, data: data2,
symbol: symbol:
@ -261,20 +257,21 @@ var options = {
}, },
}, },
{ // {
name: "", // name: "",
type: "bar", // type: "bar",
barWidth: 12, // barWidth: 12,
barGap: "-100%", // barGap: "-100%",
z: 0, // z: 0,
itemStyle: { // itemStyle: {
color: "#163F7A", // color: "#163F7A",
opacity: 0.7, // opacity: 0.7,
}, // },
data: [18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18], // data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
tooltip: { // tooltip: {
show:false} // show: false,
}, // },
// },
], ],
}; };

343
ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/chargeableOperations/index.vue

@ -1,196 +1,185 @@
<template> <template>
<div class='TrafficFlow'> <div class="TrafficFlow">
<section class="foot"> <section class="foot">
<div class="content" > <div class="content">
<div class="content-l" > <div class="content-l">
<RoadNetwork /> <RoadNetwork />
<LaneTolls /> <LaneTolls />
</div>
<div class="content-l" >
<VehicleTolls />
<TruckLaneTolls />
</div>
<RoadSectionTolls class="content-r" />
</div>
</section>
<section class="foot">
<div class="content " style="position: relative;top:-10px;" >
<AccessAnalysis class="content-m" />
<AuxiliaryFlowcharts class="content-rm" />
</div> </div>
</section> <div class="content-l">
<section class="foot"> <VehicleTolls />
<div class="content " > <TruckLaneTolls />
<MonthlyAnalysis class="content-mi" />
<DaylyAnalysis class="content-mi" />
</div> </div>
</section> <RoadSectionTolls class="content-r" />
</div> </div>
</template> </section>
<section class="foot">
<script> <div class="content" style="position: relative; top: -10px">
import RoadNetwork from './components/roadNetworkTraffic'; <AccessAnalysis class="content-m" />
import LaneTolls from './components/laneTolls'; <AuxiliaryFlowcharts class="content-rm" />
import VehicleTolls from './components/vehicleTolls'; </div>
import TruckLaneTolls from './components/truckLaneTolls'; </section>
import RoadSectionTolls from './components/RoadSectionTolls'; <section class="foot">
import AccessAnalysis from './components/accessAnalysis'; <div class="content">
import AuxiliaryFlowcharts from './components/auxiliaryFlowcharts'; <MonthlyAnalysis class="content-mi" />
import MonthlyAnalysis from './components/monthlyAnalysis'; <DaylyAnalysis class="content-mi" />
import DaylyAnalysis from './components/daylyAnalysis'; </div>
</section>
export default { </div>
name: 'publicService', </template>
components: {
RoadNetwork, <script>
LaneTolls, import RoadNetwork from "./components/roadNetworkTraffic";
VehicleTolls, import LaneTolls from "./components/laneTolls";
TruckLaneTolls, import VehicleTolls from "./components/vehicleTolls";
RoadSectionTolls, import TruckLaneTolls from "./components/truckLaneTolls";
AccessAnalysis, import RoadSectionTolls from "./components/RoadSectionTolls";
AuxiliaryFlowcharts, import AccessAnalysis from "./components/accessAnalysis";
MonthlyAnalysis, import AuxiliaryFlowcharts from "./components/auxiliaryFlowcharts";
DaylyAnalysis, import MonthlyAnalysis from "./components/monthlyAnalysis";
}, import DaylyAnalysis from "./components/daylyAnalysis";
data(){
return { export default {
activeName:"first" name: "publicService",
} components: {
}, RoadNetwork,
methods:{ LaneTolls,
changeTabs(){ VehicleTolls,
TruckLaneTolls,
} RoadSectionTolls,
} AccessAnalysis,
AuxiliaryFlowcharts,
MonthlyAnalysis,
DaylyAnalysis,
},
data() {
return {
activeName: "first",
};
},
methods: {
changeTabs() {},
},
};
</script>
<style lang="scss" scoped>
::v-deep .el-tabs__item {
display: inline-flex;
justify-content: center;
font-size: 16px;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
color: #ffffff;
min-width: 128px;
position: relative;
left: 10px;
}
::v-deep .el-tabs__active-bar {
min-width: 128px;
}
::v-deep .el-tabs__nav-wrap::after {
background-color: #133242;
opacity: 0.1;
}
.footTabs {
display: inline;
width: 100%;
}
.TrafficFlow {
width: 100%;
height: 100%;
position: relative;
z-index: 6;
color: white;
padding-top: 15px;
.header-shot {
width: 98%;
margin: auto;
margin-top: 15px;
height: 160px;
} }
</script>
<style lang='scss' scoped>
::v-deep .el-tabs__item{
display: inline-flex;
justify-content: center;
font-size: 16px;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
color: #FFFFFF;
min-width:128px;
position: relative;
left:10px;
}
::v-deep .el-tabs__active-bar {
min-width:128px;
}
::v-deep .el-tabs__nav-wrap::after {
background-color: #133242;
opacity: 0.1;
}
.footTabs {
display: inline;
width:100%;
}
.TrafficFlow {
width: 100%;
height: 100%;
position: relative;
z-index: 6;
color: white;
padding-top: 15px;
.header-shot{
width: 98%;
margin: auto;
margin-top: 15px;
height:160px;
.content {
width: 100%;
margin: auto;
display: flex;
flex: 1;
pointer-events: none;
margin-top: 0px;
> div {
pointer-events: auto;
} }
.content { .content-l {
width: 100%; width: calc(32.2%);
margin: auto; margin-right: 20px;
display: flex; display: inline-flex;
flex: 1; flex-direction: column;
pointer-events: none;
margin-top: 0px;
>div {
pointer-events: auto;
}
.content-l {
width: calc(32.2%);
margin-right:20px;
display: inline-flex;
flex-direction: column;
>div {
margin-bottom:15px;
}
}
.content-r { > div {
width: calc(33%); margin-bottom: 15px;
display: inline-flex;
} }
}
.content-rm { .content-r {
width: calc(33%); width: calc(33%);
margin-right:10px; display: inline-flex;
} }
.content-mi { .content-rm {
width: calc(50%); width: calc(33%);
margin-right: 10px;
margin-right:20px; }
}
.content-mi:last-child { .content-mi {
margin-right:10px; width: calc(50%);
}
.content-m {
display: inline-flex;
width: 66%;
margin-right:20px;
}
margin-right: 20px;
} }
.foot{ .content-mi:last-child {
width: 98%; margin-right: 10px;
margin: auto; }
display: flex;
justify-content: space-between;
flex: 1;
pointer-events: none;
margin-top: 8px;
>div {
pointer-events: auto;
}
.foot-w { .content-m {
width:100%; display: inline-flex;
width: 66%;
margin-right: 20px;
}
}
} .foot {
width: 98%;
.foot-l { margin: auto;
width: 726px; display: flex;
} justify-content: space-between;
.foot-m { flex: 1;
width: 613px; pointer-events: none;
} margin-top: 8px;
.foot-r { > div {
width: 493px; pointer-events: auto;
} }
.foot-w {
width: 100%;
}
.foot-l {
width: 726px;
}
.foot-m {
width: 613px;
}
.foot-r {
width: 493px;
} }
} }
</style> }
</style>

3
ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherInfoQuery/components/TemperatureTrend/assets/charts.js

@ -3,6 +3,9 @@ var options = {
tooltip: { tooltip: {
show: true, show: true,
trigger: "axis", trigger: "axis",
valueFormatter: function (value) {
return value + " ℃";
},
}, },
color: "#FFD15C", color: "#FFD15C",
grid: { grid: {

8
ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherInfoQuery/components/visibilityTrends/assets/charts.js

@ -4,11 +4,9 @@ var options = {
tooltip: { tooltip: {
show: true, show: true,
trigger: "axis", trigger: "axis",
// backgroundColor: "rgba(0,0,0,.6)", valueFormatter: function (value) {
// borderColor: "rgba(147, 235, 248, .8)", return value + " M";
// textStyle: { },
// color: "#FFF",
// },
}, },
grid: { grid: {
left: "0", left: "0",

5
ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficSituation/components/IndicatorAnalysis/components/changesIndicators/assets/charts3.js

@ -21,6 +21,9 @@ let options = {
tooltip: { tooltip: {
show: true, show: true,
trigger: "item", trigger: "item",
valueFormatter: function (value) {
return value + " 指标";
},
}, },
grid: { grid: {
left: 0, left: 0,
@ -57,7 +60,7 @@ let options = {
yAxis: [ yAxis: [
{ {
min: 0, min: 0,
name: '(指标)', name: "(指标)",
nameTextStyle: { nameTextStyle: {
color: "#fff", color: "#fff",
fontSize: 10, fontSize: 10,

4
ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/auditAnalytics/assets/charts.js

@ -70,7 +70,9 @@ var options = {
}, },
tooltip: { tooltip: {
trigger: "item", trigger: "item",
// formatter: '{b} : {c}:{d}' valueFormatter: function (value) {
return value + " 起";
},
}, },
legend: { legend: {
orient: "vertical", orient: "vertical",

4
ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/channelAnalytics/assets/charts.js

@ -71,7 +71,9 @@ var options = {
}, },
tooltip: { tooltip: {
trigger: "item", trigger: "item",
// formatter: "{b} : {c}:{d}", valueFormatter: function (value) {
return value + " 起";
},
}, },
legend: { legend: {
orient: "vertical", orient: "vertical",

4
ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/eventTypeAnalysis/assets/charts.js

@ -97,7 +97,9 @@ var options = {
}, },
tooltip: { tooltip: {
trigger: "item", trigger: "item",
// formatter: "{b} : {c}:{d}", valueFormatter: function (value) {
return value + " 起";
},
}, },
legend: { legend: {
orient: "vertical", orient: "vertical",

14
ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/nucleusThrough/assets/charts3.js

@ -21,17 +21,9 @@ let options = {
tooltip: { tooltip: {
show: true, show: true,
trigger: "axis", trigger: "axis",
// axisPointer: { valueFormatter: function (value) {
// // 坐标轴指示器,坐标轴触发有效 return value + " 起";
// type: "shadow", // 默认为直线,可选为:'line' | 'shadow' },
// },
// textStyle: {
// color: "#fff",
// fontSize: 14,
// },
// backgroundColor: "rgba(3, 31, 71, .0)", //设置背景颜色
// borderColor: "rgba(3, 31, 71, .0)",
// formatter: "健康监测<br>{b1}:{c1}人",
}, },
grid: { grid: {
left: "0", left: "0",

2
ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/nucleusThrough/index.vue

@ -97,7 +97,7 @@ export default {
margin-bottom: 10px; margin-bottom: 10px;
left: 20px; left: 20px;
top: 2px; top: 2px;
z-index: 100000; z-index: 0;
div { div {
white-space: nowrap; white-space: nowrap;

3
ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/postTrendsDay/assets/charts.js

@ -62,6 +62,9 @@ var options = {
tooltip: { tooltip: {
show: true, show: true,
trigger: "axis", trigger: "axis",
valueFormatter: function (value) {
return value + " 起";
},
}, },
legend: { legend: {
// orient: 'vertical', // orient: 'vertical',

3
ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/postTrendsMonth/assets/charts.js

@ -62,6 +62,9 @@ var options = {
tooltip: { tooltip: {
show: true, show: true,
trigger: "axis", trigger: "axis",
valueFormatter: function (value) {
return value + " 起";
},
}, },
legend: { legend: {
// orient: 'vertical', // orient: 'vertical',

2
ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/postTrendsMonth/index.vue

@ -99,7 +99,7 @@ export default {
margin-bottom: 10px; margin-bottom: 10px;
left: 20px; left: 20px;
top: 2px; top: 2px;
z-index: 100; z-index: 0;
div { div {
white-space: nowrap; white-space: nowrap;

Loading…
Cancel
Save