From aa18623d7e1832408a9a2846d2fd31586db0b689 Mon Sep 17 00:00:00 2001 From: Fine Date: Thu, 20 Feb 2025 16:00:32 +0800 Subject: [PATCH] update config --- src/views/dashboard/graphs/Bar.vue | 6 ++++++ src/views/dashboard/graphs/Line.vue | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/src/views/dashboard/graphs/Bar.vue b/src/views/dashboard/graphs/Bar.vue index 537ae4a4..83fd14c3 100644 --- a/src/views/dashboard/graphs/Bar.vue +++ b/src/views/dashboard/graphs/Bar.vue @@ -86,6 +86,9 @@ limitations under the License. --> fontSize: 12, color: "#eee", }, + pageTextStyle: { + color: "#eee", + }, } : { pageIconColor: "#666", @@ -96,6 +99,9 @@ limitations under the License. --> fontSize: 12, color: "#333", }, + pageTextStyle: { + color: "#333", + }, }; return { color, diff --git a/src/views/dashboard/graphs/Line.vue b/src/views/dashboard/graphs/Line.vue index c5f4c5eb..64a38783 100644 --- a/src/views/dashboard/graphs/Line.vue +++ b/src/views/dashboard/graphs/Line.vue @@ -136,6 +136,9 @@ limitations under the License. --> fontSize: 12, color: "#eee", }, + pageTextStyle: { + color: "#eee", + }, } : { pageIconColor: "#666", @@ -144,6 +147,9 @@ limitations under the License. --> fontSize: 12, color: "#333", }, + pageTextStyle: { + color: "#333", + }, }; return { color,