We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dab5b8 commit 8252ec5Copy full SHA for 8252ec5
source/NSD.UI/MainWindow.axaml.cs
@@ -9,7 +9,6 @@
9
using System.IO;
10
using System.Linq;
11
using System.Runtime.InteropServices;
12
-using System.Text.RegularExpressions;
13
using System.Threading.Tasks;
14
15
namespace NSD.UI
@@ -481,7 +480,7 @@ private void CommonChartConfig()
481
480
482
private void SetChartLimitsAndRefresh()
483
{
484
- double fudgeFactor = 0.001;
+ double fudgeFactor = 0.0001;
485
double xMin = ParseWithSIPrefix(viewModel.XMin);
486
double xMax = ParseWithSIPrefix(viewModel.XMax);
487
double yMin = ParseWithSIPrefix(viewModel.YMin);
0 commit comments