Skip to content

Commit

Permalink
Deploying to gh-pages from master @ e557ed7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
joadan committed Oct 26, 2024
1 parent bd477e9 commit ce92e11
Show file tree
Hide file tree
Showing 16 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ Or, optional add global options

@code {

[Inject] public IApexChartService ChartService { get; set; }
private string codeMinimal = @"services.AddApexCharts();";


private string codeGlobalOptions = @"services.AddApexCharts(e =>
{
e.GlobalOptions = new ApexChartBaseOptions
Expand All @@ -25,5 +24,9 @@ Or, optional add global options
};
});";

protected override async Task OnInitializedAsync()
{
await ChartService.InitalizeChartAsync();
}

}
Binary file modified _framework/Blazor-ApexCharts.pdb.gz
Binary file not shown.
Binary file modified _framework/Blazor-ApexCharts.wasm
Binary file not shown.
Binary file modified _framework/Blazor-ApexCharts.wasm.br
Binary file not shown.
Binary file modified _framework/Blazor-ApexCharts.wasm.gz
Binary file not shown.
Binary file modified _framework/BlazorApexCharts.Docs.Wasm.pdb.gz
Binary file not shown.
Binary file modified _framework/BlazorApexCharts.Docs.Wasm.wasm
Binary file not shown.
Binary file modified _framework/BlazorApexCharts.Docs.Wasm.wasm.br
Binary file not shown.
Binary file modified _framework/BlazorApexCharts.Docs.Wasm.wasm.gz
Binary file not shown.
Binary file modified _framework/BlazorApexCharts.Docs.pdb.gz
Binary file not shown.
Binary file modified _framework/BlazorApexCharts.Docs.wasm
Binary file not shown.
Binary file modified _framework/BlazorApexCharts.Docs.wasm.br
Binary file not shown.
Binary file modified _framework/BlazorApexCharts.Docs.wasm.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainAssemblyName": "BlazorApexCharts.Docs.Wasm",
"resources": {
"hash": "sha256-n/4LSVrft2Gk7PiGHMQt1DhQ4PApOhi22DLCD99/phQ=",
"hash": "sha256-yjebdGxBxnnOw86DhyLQ4O6Bug//XINg1ryaQdX1h3I=",
"jsModuleNative": {
"dotnet.native.8.0.10.4xsnm8lwn6.js": "sha256-QVxMlY7ohmjgde/bZMA0dlWDAeuUP+tEfkiSdg4DFcE="
},
Expand All @@ -17,9 +17,9 @@
"icudt_no_CJK.dat": "sha256-L7sV7NEYP37/Qr2FPCePo5cJqRgTXRwGHuwF5Q+0Nfs="
},
"assembly": {
"Blazor-ApexCharts.wasm": "sha256-606EEv/Uo+gGXgT9AI5TknrwG1L0PSKW8wbammBVw6M=",
"BlazorApexCharts.Docs.wasm": "sha256-rHQtvO2Hhzh2FphrsqIQ5T73vsUnohP4slDT+K6OfYU=",
"BlazorApexCharts.Docs.Wasm.wasm": "sha256-KsewyiUEL27i5/mNzbvSFkk5pipiu2/d+beIbSew4t0=",
"Blazor-ApexCharts.wasm": "sha256-DNKlWmvYDaEdeyuCqtq+rMVw2SN3kLFFwvqK87aEjEc=",
"BlazorApexCharts.Docs.wasm": "sha256-WG1516tQR89OU6xMC7P378nrsqCIL10s/sUVThiDPEk=",
"BlazorApexCharts.Docs.Wasm.wasm": "sha256-uiTTK4JvW2g1PKZlb8E3FrAnrJwOwHJGrZDymCZMpFo=",
"Bogus.wasm": "sha256-f+eHEnC6EJOpjXzE11hmrwCT61N+kMiE6vm/AjRrX3E=",
"ColorCode.Core.wasm": "sha256-MU1CG0WM9yn7fhjNqezPvT3DIqEUOz9cPFedLWKX2YQ=",
"ColorCode.HTML.wasm": "sha256-gfdkROdz/vh5Y8eCvHzcmc6mAAKWKXQGcuQcbr0hRPQ=",
Expand Down
Binary file modified _framework/blazor.boot.json.br
Binary file not shown.
Binary file modified _framework/blazor.boot.json.gz
Binary file not shown.

0 comments on commit ce92e11

Please sign in to comment.