mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-26 20:00:59 +08:00
feature: enhanced statistics panel (#493)
* replace the `YEAR` tab with `OVERVIEW` tab, which will analyze most recent 20K commits * use `LiveChartsCore.SkiaSharpView.Avalonia` instead of a custom chart view
This commit is contained in:
@@ -50,7 +50,7 @@ namespace SourceGit.ViewModels
|
||||
switch (_selectedIndex)
|
||||
{
|
||||
case 0:
|
||||
SelectedReport = _data.Year;
|
||||
SelectedReport = _data.All;
|
||||
break;
|
||||
case 1:
|
||||
SelectedReport = _data.Month;
|
||||
|
||||
Reference in New Issue
Block a user