forked from amkovkov/GranuSightSoftware2
refactor: format axamls
This commit is contained in:
@@ -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}" />
|
||||
|
||||
Reference in New Issue
Block a user