refactor: format axamls

This commit is contained in:
2026-02-19 08:58:46 +03:00
parent 41e34e05e8
commit 14832e14c5
9 changed files with 289 additions and 172 deletions
+9 -9
View File
@@ -1,9 +1,9 @@
<lvc:PieChart xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vm="using:GSS2.UI.Core.ViewModels"
xmlns:lvc="using:LiveChartsCore.SkiaSharpView.Avalonia"
x:Class="GSS2.UI.Core.Views.ResourceBarView"
x:DataType="vm:ResourceBarViewModel"
Series="{Binding Series}"
Bounds="{Binding Bounds, Mode=OneWayToSource}">
</lvc:PieChart>
<lvc:PieChart
x:Class="GSS2.UI.Core.Views.ResourceBarView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:lvc="using:LiveChartsCore.SkiaSharpView.Avalonia"
xmlns:vm="using:GSS2.UI.Core.ViewModels"
x:DataType="vm:ResourceBarViewModel"
Bounds="{Binding Bounds, Mode=OneWayToSource}"
Series="{Binding Series}" />