From 7c521c80bbba86a2269da9911c99cd0f48e6c414 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 16 七月 2024 09:50:04 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/WI/Web.V1.0 --- src/views/project/ch/demo/MonthlyPay.html | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/views/project/ch/demo/MonthlyPay.html b/src/views/project/ch/demo/MonthlyPay.html index 912032b..8887276 100644 --- a/src/views/project/ch/demo/MonthlyPay.html +++ b/src/views/project/ch/demo/MonthlyPay.html @@ -35,7 +35,10 @@ //涓嬮潰鏄竴涓畝鍗曠殑demo锛屾柟渚垮睍绀烘暟鎹牸寮忓拰鏋勬垚 let option = { title: { - text: '缂磋垂鍗犳瘮' + text: '缂磋垂鍗犳瘮', + textStyle:{ + fontSize:13 + } }, legend: {}, tooltip: { @@ -123,7 +126,10 @@ const myMonthPayChart = echarts.init(chartDom); var monthPayOption = { title: { - text: '杩�12涓湀鐨勭即璐硅褰�' + text: '杩�12涓湀鐨勭即璐硅褰�', + textStyle:{ + fontSize:13 + } }, tooltip: { trigger: 'axis', @@ -143,6 +149,7 @@ } }, grid: { + top:'23%', left: '3%', right: '4%', bottom: '3%', @@ -226,7 +233,10 @@ const myMonthPayAmountChart = echarts.init(chartDom); var monthPayAmountOption = { title: { - text: '杩�12涓湀鐨勭即璐归噾棰�' + text: '杩�12涓湀鐨勭即璐归噾棰�', + textStyle:{ + fontSize:13 + } }, tooltip: {}, legend: {}, -- Gitblit v1.9.3