forked from amkovkov/GranuSightSoftware2
refactor: ResouceView
Move ResourceView and all related to ui core namespace GSS2.UI.Core Split ResourceView on separate elements Make parts folding depended on size
This commit is contained in:
@@ -0,0 +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>
|
||||
Reference in New Issue
Block a user