You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With version 3.5.0 or 4.0.0 when i open a page with a chart i receive this Exception
apexcharts.esm.js?ver=4.0.0:6 Uncaught (in promise) ReferenceError: firstLabel is not defined
at t.value (apexcharts.esm.js?ver=4.0.0:6:308534)
at apexcharts.esm.js?ver=4.0.0:6:319848
at Array.map ()
at t.value (apexcharts.esm.js?ver=4.0.0:6:319772)
at apexcharts.esm.js?ver=4.0.0:38:35338
at new Promise ()
at t.value (apexcharts.esm.js?ver=4.0.0:38:34211)
at apexcharts.esm.js?ver=4.0.0:38:31795
at new Promise ()
at t.value (apexcharts.esm.js?ver=4.0.0:38:16460)
My application is in .NET8 and with versione 3.4.0 is all ok.
The text was updated successfully, but these errors were encountered:
With version 3.5.0 or 4.0.0 when i open a page with a chart i receive this Exception
apexcharts.esm.js?ver=4.0.0:6 Uncaught (in promise) ReferenceError: firstLabel is not defined
at t.value (apexcharts.esm.js?ver=4.0.0:6:308534)
at apexcharts.esm.js?ver=4.0.0:6:319848
at Array.map ()
at t.value (apexcharts.esm.js?ver=4.0.0:6:319772)
at apexcharts.esm.js?ver=4.0.0:38:35338
at new Promise ()
at t.value (apexcharts.esm.js?ver=4.0.0:38:34211)
at apexcharts.esm.js?ver=4.0.0:38:31795
at new Promise ()
at t.value (apexcharts.esm.js?ver=4.0.0:38:16460)
My application is in .NET8 and with versione 3.4.0 is all ok.
The text was updated successfully, but these errors were encountered: