更新魔方

This commit is contained in:
大石头 2025-08-01 14:30:41 +08:00
parent a175159f5d
commit 195f0752bb
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ public class AppMinuteStatController : ReadOnlyEntityController<AppMinuteStat>
Height = 800,
};
chart.SetTooltip("axis", "shadow");
chart.Legend = new { data = new[] { "总数", "错误数" } };
chart.Legend = new Legend { Data = ["总数", "错误数"] };
chart["grid"] = new { left = "3%", right = "4%", bottom = "3%", containLabel = true };
chart.XAxis = [new XAxis { Type = "value" }];

View File

@ -50,7 +50,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="NewLife.Cube.Core" Version="6.5.2025.715-beta1654" />
<PackageReference Include="NewLife.Cube.Core" Version="6.5.2025.801" />
<PackageReference Include="NewLife.IP" Version="2.3.2025.601" />
<PackageReference Include="NewLife.Redis" Version="6.3.2025.801" />
<PackageReference Include="NewLife.Remoting.Extensions" Version="3.4.2025.801" />