Skip to content

Commit 7d6a072

Browse files
author
Marco Papst
committed
allow yAxis Label formatting in .NET 7.0 WASM
1 parent f658cda commit 7d6a072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Blazor-ApexCharts/wwwroot/js/blazor-apex-charts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
getYAxisLabel(value, index, w) {
44

5-
if (window.wasmBinaryFile === undefined) {
5+
if (window.wasmBinaryFile === undefined && window.WebAssembly === undefined) {
66
console.warn("YAxis labels is only supported in Blazor WASM");
77
return value;
88
}

0 commit comments

Comments
 (0)