yangyin
2024-07-17 0f58100c894a4d5d9f444a91251ec1f3ac9c0190
src/views/project/ch/demo/MonthlyPay.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" >
<html lang="en">
<head>
   <meta charset="UTF-8" />
@@ -36,8 +36,8 @@
            let option = {
               title: {
                  text: '缴费占比',
                  textStyle:{
                     fontSize:13
                  textStyle: {
                     fontSize: 13
                  }
               },
               legend: {},
@@ -108,6 +108,9 @@
                     color: '#1B2232'
                  }
               },
               dataZoom: {
                  type: 'inside',
               },
               series: [{
                  name: '',
                  type: 'line',
@@ -127,8 +130,8 @@
            var monthPayOption = {
               title: {
                  text: '近12个月的缴费记录',
                  textStyle:{
                     fontSize:13
                  textStyle: {
                     fontSize: 13
                  }
               },
               tooltip: {
@@ -149,7 +152,7 @@
                  }
               },
               grid: {
                  top:'23%',
                  top: '23%',
                  left: '3%',
                  right: '4%',
                  bottom: '3%',
@@ -167,6 +170,9 @@
                     type: 'value'
                  }
               ],
               dataZoom: {
                  type: 'inside',
               },
               series: [
                  {
                     name: '厦门',
@@ -234,10 +240,13 @@
            var monthPayAmountOption = {
               title: {
                  text: '近12个月的缴费金额',
                  textStyle:{
                     fontSize:13
                  textStyle: {
                     fontSize: 13
                  }
               },
               dataZoom: {
                  type: 'inside',
               },
               tooltip: {},
               legend: {},
               xAxis: {