kongdeqiang
2023-02-14 18d6ac5798b9ef96077f592ccc3f94b365006e6a
src/main/resources/templates/daping/indexNew.html
@@ -66,7 +66,7 @@
      <div class="main_top_middle">
        <div class="main_top_middle_top_title">
          <img class="title_bg" th:src="@{'/static/dapingNew/images/title_bg.png'}">
          <span th:text="${application.wgName}">WGCLOUD</span>
          <span th:text="${application.wgName}">TSSW</span>
        </div>
        <div class="main_top_middle_num_title">平台监测资源</div>
        <div class="main_top_middle_num">
@@ -440,7 +440,7 @@
              inside: false,
              textStyle: {
                color: '#38E1E1',
                fontSize: '8',
                fontSize: '12',
              },
              formatter: function (val,index) {
                return `${charts[index].num}`
@@ -482,7 +482,7 @@
                show: true,
                position: [-65, -2],
                textStyle: {
                  fontSize: 8
                  fontSize: 12
                },
                formatter: function (a, b) {
                  return a.name
@@ -527,7 +527,7 @@
            data: datas,
            textStyle: { //图例文字的样式
              color: '#fff',
              fontSize: 8
              fontSize: 12
            },
          },
          series: [
@@ -578,7 +578,7 @@
            x: '45%',
            textStyle: {
              color: '#fff',
              fontSize: 8,
              fontSize: 12,
            },
            data: data,
@@ -675,7 +675,7 @@
            x: '50%',
            textStyle: {
              color: '#fff',
              fontSize: 8,
              fontSize: 12,
            },
            data: data
@@ -747,7 +747,7 @@
            x: '5%',
            textStyle: {
              color: '#fff',
              fontSize: 8,
              fontSize: 12,
            },
            data: data,
@@ -777,7 +777,7 @@
                  borderRadius: 4,
                  padding: [0,0],
                  height: 20,
                  fontSize: 8,
                  fontSize: 12,
                  align: 'center',
                  color: '#0EFCFF',
                }
@@ -877,7 +877,7 @@
            name: {
              textStyle: {
                color: '#39DCF4',
                fontSize: '10',
                fontSize: '12',
                // borderRadius: 3,
                padding: [10, 10]
              }
@@ -957,7 +957,7 @@
            formatter: fomatter_fn,
            textStyle: {
              color: '#fff',
              fontSize: 8
              fontSize: 12
            }
          }
        };
@@ -1005,7 +1005,7 @@
          yAxis: [{
            data: y_data,
            axisLabel: {
              fontSize: 8,
              fontSize: 12,
              color: 'rgba(255,255,255,.7)'
            },
@@ -1099,7 +1099,7 @@
            data: ["最高","平均","最低"],
            textStyle: {
              color: "#fff",
              fontSize: 8
              fontSize: 12
            },
            itemWidth: 10,
            itemHeight: 10,
@@ -1112,7 +1112,7 @@
              axisLabel: {
                interval: 0,
                textStyle: {
                  fontSize: 8,
                  fontSize: 12,
                  color: 'rgba(255,255,255,.7)',
                }
              },
@@ -1131,7 +1131,7 @@
              name: '单位:%',
              nameTextStyle: {
                color: 'rgba(255,255,255,.7)',
                fontSize: 8
                fontSize: 12
              },
              //max: 100,
              min: 0,
@@ -1145,7 +1145,7 @@
              axisLabel: {
                textStyle: {
                  color: 'rgba(255,255,255,.8)',
                  fontSize: 8
                  fontSize: 12
                  // opacity: 0.1,
                }
              },
@@ -1243,7 +1243,7 @@
            data: ['进程数量', '连接数量'],
            textStyle: {
              color: "#fff",
              fontSize: 8
              fontSize: 12
            },
            itemWidth: 10,
            itemHeight: 10,
@@ -1256,7 +1256,7 @@
              axisLabel: {
                interval: 0,
                textStyle: {
                  fontSize: 8,
                  fontSize: 12,
                  color: 'rgba(255,255,255,.7)',
                }
              },
@@ -1275,7 +1275,7 @@
              name: '单位:个',
              nameTextStyle: {
                color: 'rgba(255,255,255,.7)',
                fontSize: 8
                fontSize: 12
              },
              // max: 1000,
              min: 0,
@@ -1289,7 +1289,7 @@
              axisLabel: {
                textStyle: {
                  color: 'rgba(255,255,255,.8)',
                  fontSize: 8
                  fontSize: 12
                  // opacity: 0.1,
                }
              },