From 163de5e5cf2a16a3e25e42d0aaa4b6b1c551a85f Mon Sep 17 00:00:00 2001 From: Fine0830 Date: Thu, 5 Jan 2023 17:44:28 +0800 Subject: [PATCH] refactor: optimize graph tooltips to make them more friendly (#216) --- src/components/Graph.vue | 63 +++++++++++++++++++---------- src/views/dashboard/graphs/Bar.vue | 16 +++----- src/views/dashboard/graphs/Line.vue | 22 +++------- 3 files changed, 52 insertions(+), 49 deletions(-) diff --git a/src/components/Graph.vue b/src/components/Graph.vue index c7ff2f91..20ef1ea1 100644 --- a/src/components/Graph.vue +++ b/src/components/Graph.vue @@ -15,7 +15,15 @@ limitations under the License. -->