From d01540127296d27434baa555eacb02afdb5458e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=80=81=E4=B9=9D?= <366193849@qq.com>
Date: Sat, 30 Oct 2021 16:26:32 +0800
Subject: [PATCH] minValue
---
FastGithub.UI/FlowChart.xaml | 4 ++--
FastGithub.UI/FlowChart.xaml.cs | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/FastGithub.UI/FlowChart.xaml b/FastGithub.UI/FlowChart.xaml
index 600b94b..f91b2a4 100644
--- a/FastGithub.UI/FlowChart.xaml
+++ b/FastGithub.UI/FlowChart.xaml
@@ -9,10 +9,10 @@
-
+
-
+
diff --git a/FastGithub.UI/FlowChart.xaml.cs b/FastGithub.UI/FlowChart.xaml.cs
index 47fad40..7199bd6 100644
--- a/FastGithub.UI/FlowChart.xaml.cs
+++ b/FastGithub.UI/FlowChart.xaml.cs
@@ -31,7 +31,7 @@ namespace FastGithub.UI
public List Labels { get; } = new List();
- public Func YFormatter { get; } = value => $"{value:0.00}";
+ public Func YFormatter { get; } = value => $"{value:0.00}KB/s";
public FlowChart()
{