Skip to content

Commit b9accbc

Browse files
committed
Restore latest Apexcharts version
1 parent 605946b commit b9accbc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/Blazor-ApexCharts/Internal/JSLoader.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ internal static class JSLoader
1212
{
1313
internal static async Task<IJSObjectReference> LoadAsync(IJSRuntime jsRuntime, string path = null)
1414
{
15-
var javascriptPath = "./_content/Blazor-ApexCharts/js/blazor-apexcharts.js?ver=5";
15+
var javascriptPath = "./_content/Blazor-ApexCharts/js/blazor-apexcharts.js?ver=5.1";
1616
if (!string.IsNullOrWhiteSpace(path)) { javascriptPath = path; }
1717

1818
// load Module ftom ES6 script

src/Blazor-ApexCharts/wwwroot/js/apexcharts.esm.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Blazor-ApexCharts/wwwroot/js/blazor-apexcharts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ApexCharts from './apexcharts.esm.js?ver=4.4.0'
1+
import ApexCharts from './apexcharts.esm.js?ver=4.4.0.0'
22

33
// export function for Blazor to point to the window.blazor_apexchart. To be compatible with the most JS Interop calls the window will be return.
44
export function get_apexcharts() {

0 commit comments

Comments
 (0)