Skip to content

Commit cbdf451

Browse files
committed
Re-align graphs
1 parent d552930 commit cbdf451

3 files changed

Lines changed: 2 additions & 9 deletions

File tree

src/Platforms/SecureFolderFS.Maui/SecureFolderFS.Maui.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
<!-- <TargetFramework>net10.0-android</TargetFramework>-->
66
<!-- <TargetFramework>net10.0-ios</TargetFramework>-->
77

8-
<!-- Note for MacCatalyst:
9-
The default runtime is maccatalyst-x64, except in Release config, in which case the default is maccatalyst-x64;maccatalyst-arm64.
10-
When specifying both architectures, use the plural <RuntimeIdentifiers> instead of the singular <RuntimeIdentifier>.
11-
The Mac App Store will NOT accept apps with ONLY maccatalyst-arm64 indicated;
12-
either BOTH runtimes must be indicated or ONLY macatalyst-x64. -->
13-
<!-- For example: <RuntimeIdentifiers>maccatalyst-x64;maccatalyst-arm64</RuntimeIdentifiers> -->
14-
158
<OutputType>Exe</OutputType>
169
<RootNamespace>SecureFolderFS.Maui</RootNamespace>
1710
<UseMaui>true</UseMaui>

src/Platforms/SecureFolderFS.Uno/UserControls/GraphControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<lvc:CartesianChart
5454
x:Name="Chart"
5555
Grid.Row="2"
56-
Margin="-12,8,-16,-12"
56+
Margin="-24,8,0,0"
5757
Padding="2"
5858
x:Load="False"
5959
Background="Transparent"

src/Platforms/SecureFolderFS.Uno/UserControls/GraphControl.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ private async void Chart_Loaded(object sender, RoutedEventArgs e)
6363
DataPadding = new(0.5f, 0),
6464
AnimationsSpeed = TimeSpan.FromMilliseconds(0),
6565
IsHoverable = false,
66-
GeometrySize = 0d // TODO: Setting this to 0 causes a bug with jumping line series
66+
GeometrySize = 0d // TODO: Setting this to any value other than 0 causes a bug with jumping line series
6767
}
6868
];
6969
chart.XAxes =

0 commit comments

Comments
 (0)