From ce95f21da264134aeddc5f2afcd89fc485736412 Mon Sep 17 00:00:00 2001 From: xiaowuler Date: Thu, 5 May 2022 14:32:59 +0800 Subject: [PATCH] modify some codes --- 04.系统编码/Frontend/src/model/high-chart-create.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/04.系统编码/Frontend/src/model/high-chart-create.ts b/04.系统编码/Frontend/src/model/high-chart-create.ts index 64d01ee..b6bd9bc 100644 --- a/04.系统编码/Frontend/src/model/high-chart-create.ts +++ b/04.系统编码/Frontend/src/model/high-chart-create.ts @@ -33,7 +33,7 @@ export class HighChartCreate { text: text, style: { color: '#000000', - fontSize: '14px', + fontSize: '18px', fontFamily: '微软雅黑' } }, @@ -51,6 +51,9 @@ export class HighChartCreate { this.xAxis.push({ type: 'datetime', labels: { + style: { + fontSize:'18px' + }, formatter: function () { return Highcharts.dateFormat('%d日%H时', this.value); } @@ -75,7 +78,7 @@ export class HighChartCreate { text: text, style: { color: '#000000', - fontSize: '14px', + fontSize: '18px', fontFamily: '微软雅黑' } }, @@ -93,7 +96,7 @@ export class HighChartCreate { text: text, style: { color: '#000000', - fontSize: '14px', + fontSize: '18px', fontFamily: '微软雅黑' } },