Skip to content

Commit 8252ec5

Browse files
committed
Update MainWindow.axaml.cs
1 parent 2dab5b8 commit 8252ec5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/NSD.UI/MainWindow.axaml.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
using System.IO;
1010
using System.Linq;
1111
using System.Runtime.InteropServices;
12-
using System.Text.RegularExpressions;
1312
using System.Threading.Tasks;
1413

1514
namespace NSD.UI
@@ -481,7 +480,7 @@ private void CommonChartConfig()
481480

482481
private void SetChartLimitsAndRefresh()
483482
{
484-
double fudgeFactor = 0.001;
483+
double fudgeFactor = 0.0001;
485484
double xMin = ParseWithSIPrefix(viewModel.XMin);
486485
double xMax = ParseWithSIPrefix(viewModel.XMax);
487486
double yMin = ParseWithSIPrefix(viewModel.YMin);

0 commit comments

Comments
 (0)