-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some graphs broken since 01/11: Failed to execute 'appendChild' #112
Comments
Same Error |
Same here |
Fixed by reverting back to : https://cdn.jsdelivr.net/npm/[email protected]
with
|
@EduardoFoxRaposo , I would rather use my solution until a fix is available |
Great point! I'll do the same thing. |
@Elshaden Thanks, it works. |
I do a fork of this project in april 2024, cause its not maintained anymore: https://github.com/marineusde/larapex-charts My fork works with Laravel 11 (in my projects its 11.34.2 now). but btw: dont use external libraries. Its so easy to implement it in the vite.config.js with vite-plugin-static-copy:
then include the file in your page:
|
apexcharts:6 Uncaught (in promise) TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
at si.add (apexcharts:6:37764)
at t.value (apexcharts:6:307485)
at t.value (apexcharts:6:308533)
at t.value (apexcharts:6:305579)
at t.value (apexcharts:38:31035)
at t.create (apexcharts:6:5772)
at apexcharts:38:29632
at new Promise ()
at t.value (apexcharts:38:14507)
at P4:2193:28
The text was updated successfully, but these errors were encountered: