We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf03cd6 commit f65e9a6Copy full SHA for f65e9a6
src/Blazor-ApexCharts/ApexChart.razor.cs
@@ -359,8 +359,7 @@ protected override async Task OnAfterRenderAsync(bool firstRender)
359
{
360
if (firstRender && isReady == false)
361
362
-
363
- var javascriptPath = "./_content/Blazor-ApexCharts/js/blazor-apexcharts.js";
+ var javascriptPath = "./_content/Blazor-ApexCharts/js/blazor-apexcharts.js?ver=1";
364
if (!string.IsNullOrWhiteSpace(Options?.Blazor?.JavascriptPath)) { javascriptPath = Options.Blazor.JavascriptPath; }
365
366
// load Module ftom ES6 script
0 commit comments