Skip to content

Commit

Permalink
Deploying to gh-pages from master @ 30d2ebb 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
joadan committed Oct 26, 2024
1 parent bedaa22 commit bd477e9
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions _content/razor_source/Components/ChartService/Usage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ Resolve the service
/// <summary>
/// Manually load the required javascript modules
/// and set not initialized global options
/// </summary>
/// <param name=""path""></param>
/// <param name=""javascriptPath""></param>
/// <returns></returns>
Task LoadJavascriptAsync(string path = null);
Task InitalizeChartAsync(string javascriptPath = null);
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion _content/razor_source/Shared/GlobalOptions.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<Alert>
<Alert BackgroundColor="TablerColor.Primary">
<p>This is an example of using the ApexchartService to set global chart options</p>
</Alert>

Expand Down
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-Q5L26iikhOluiy+fhdYfPLw5srMf+1IuUtppCv4rgV8=",
"hash": "sha256-n/4LSVrft2Gk7PiGHMQt1DhQ4PApOhi22DLCD99/phQ=",
"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-nCs0FvG448LI2v0d7uEiVgXFHpECnP5Yc+KZlSiCJsM=",
"BlazorApexCharts.Docs.wasm": "sha256-VPC+DcSTgG3um7gpdvxEI2pWsq1EhdrbsIJ0bxdmRkA=",
"BlazorApexCharts.Docs.Wasm.wasm": "sha256-x00knDMSPF4sknb0kReqGbyfaUAa5qUBmx9mAuwZkKY=",
"Blazor-ApexCharts.wasm": "sha256-606EEv/Uo+gGXgT9AI5TknrwG1L0PSKW8wbammBVw6M=",
"BlazorApexCharts.Docs.wasm": "sha256-rHQtvO2Hhzh2FphrsqIQ5T73vsUnohP4slDT+K6OfYU=",
"BlazorApexCharts.Docs.Wasm.wasm": "sha256-KsewyiUEL27i5/mNzbvSFkk5pipiu2/d+beIbSew4t0=",
"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 bd477e9

Please sign in to comment.