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()
{