File tree Expand file tree Collapse file tree 12 files changed +19
-19
lines changed
.template.config/templates
Monitor/Components/Charts/Map
Workplace/Components/Radar Expand file tree Collapse file tree 12 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" AntDesign.Charts" Version =" 0.2.1 " />
9
- <PackageReference Include =" AntDesign.ProLayout" Version =" 0.1.10 " />
8
+ <PackageReference Include =" AntDesign.Charts" Version =" 0.2.3 " />
9
+ <PackageReference Include =" AntDesign.ProLayout" Version =" 0.10.6 " />
10
10
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 6.0.0" />
11
11
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 6.0.0" PrivateAssets =" all" />
12
12
<PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 6.0.0" />
Original file line number Diff line number Diff line change 201
201
</ div >
202
202
</ div >
203
203
204
- < script src ="_content/AntDesign.Charts/ g2plot.js "> </ script >
204
+ < script type =" text/javascript " src ="https://unpkg.com/@antv/ g2plot@latest/dist/g2plot.min .js "> </ script >
205
205
< script src ="_content/AntDesign/js/ant-design-blazor.js "> </ script >
206
206
< script src ="_content/AntDesign.Charts/ant-design-charts-blazor.js "> </ script >
207
207
< script src ="_framework/blazor.webassembly.js "> </ script >
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" AntDesign.Charts" Version =" 0.2.1 " />
9
- <PackageReference Include =" AntDesign.ProLayout" Version =" 0.1.10 " />
8
+ <PackageReference Include =" AntDesign.Charts" Version =" 0.2.3 " />
9
+ <PackageReference Include =" AntDesign.ProLayout" Version =" 0.10.6 " />
10
10
<PackageReference Include =" System.Net.Http.Json" Version =" 6.0.0" />
11
11
</ItemGroup >
12
12
Original file line number Diff line number Diff line change 22
22
<component type =" typeof(App)" render-mode =" Server" />
23
23
</app >
24
24
25
- <script src =" _content/AntDesign.Charts/ g2plot.js" ></script >
25
+ <script type = " text/javascript " src =" https://unpkg.com/@antv/ g2plot@latest/dist/g2plot.min .js" ></script >
26
26
<script src =" _content/AntDesign/js/ant-design-blazor.js" ></script >
27
27
<script src =" _content/AntDesign.Charts/ant-design-charts-blazor.js" ></script >
28
28
<script src =" _framework/blazor.server.js" ></script >
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" AntDesign.Charts" Version =" 0.2.1 " />
10
- <PackageReference Include =" AntDesign.ProLayout" Version =" 0.1.10 " />
9
+ <PackageReference Include =" AntDesign.Charts" Version =" 0.2.3 " />
10
+ <PackageReference Include =" AntDesign.ProLayout" Version =" 0.10.6 " />
11
11
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 6.0.0" />
12
12
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 6.0.0" PrivateAssets =" all" />
13
13
<PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 6.0.0" />
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" AntDesign.Charts" Version =" 0.2.1 " />
12
- <PackageReference Include =" AntDesign.ProLayout" Version =" 0.1.10 " />
11
+ <PackageReference Include =" AntDesign.Charts" Version =" 0.2.3 " />
12
+ <PackageReference Include =" AntDesign.ProLayout" Version =" 0.10.6 " />
13
13
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 6.0.0" />
14
14
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 6.0.0" PrivateAssets =" all" />
15
15
<PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 6.0.0" />
Original file line number Diff line number Diff line change 2
2
@namespace AntDesign.Pro.Template.Pages.Dashboard.Analysis
3
3
@inject IChartService ChartService
4
4
5
- <Area @ref =" _visitChart" TItem = " ChartDataItem " Config =" _visitChartConfig" />
5
+ <Area @ref =" _visitChart" Config =" _visitChartConfig" />
6
6
7
7
@code
8
8
{
Original file line number Diff line number Diff line change 1
1
@using AntDesign .Pro .Template .Services
2
2
@namespace AntDesign.Pro.Template.Pages.Dashboard.Analysis
3
3
@inject IChartService ChartService
4
- <AntDesign .Charts.Column @ref =" _chart" TItem = " ChartDataItem " Config =" _chartConfig" />
4
+ <AntDesign .Charts.Column @ref =" _chart" Config =" _chartConfig" />
5
5
6
6
@code
7
7
{
Original file line number Diff line number Diff line change 8
8
<TabPane Key =" 1" Tab =" Sales" >
9
9
<Row >
10
10
<AntDesign .Col Xl =" 16" Lg =" 12" Md =" 12" Sm =" 24" Xs =" 24" >
11
- <AntDesign .Charts.Column @ref =" _saleChart" TItem = " ChartDataItem " Config =" _saleChartConfig" />
11
+ <AntDesign .Charts.Column @ref =" _saleChart" Config =" _saleChartConfig" />
12
12
</AntDesign .Col >
13
13
<AntDesign .Col Xl =" 8" Lg =" 12" Md =" 12" Sm =" 24" Xs =" 24" >
14
14
<div class =" salesRank" >
38
38
<TabPane Key =" 2" Tab =" Visits" >
39
39
<Row >
40
40
<AntDesign .Col Xl =" 16" Lg =" 12" Md =" 12" Sm =" 24" Xs =" 24" >
41
- <AntDesign .Charts.Column @ref =" _visitChart" TItem = " ChartDataItem " Config =" _visitChartConfig" />
41
+ <AntDesign .Charts.Column @ref =" _visitChart" Config =" _visitChartConfig" />
42
42
</AntDesign .Col >
43
43
<AntDesign .Col Xl =" 8" Lg =" 12" Md =" 12" Sm =" 24" Xs =" 24" >
44
44
<div class =" salesRank" >
Original file line number Diff line number Diff line change 1
1
@using AntDesign .Pro .Template .Models
2
2
@namespace AntDesign.Pro.Template.Pages.Dashboard.Monitor
3
3
4
- <Area @ref =" _chart" TItem = " ChartDataItem " Data =" Data" Config =" _chartConfig" />
4
+ <Area @ref =" _chart" Data =" Data" Config =" _chartConfig" />
5
5
6
6
@code
7
7
{
You can’t perform that action at this time.
0 commit comments