-
Notifications
You must be signed in to change notification settings - Fork 360
Open
Labels
Description
Description
Hi
I tried to setup the TextOverlap plugin, but wasn't successful.
I've downloaded billboardjs-plugin-textoverlap.min.js from https://naver.github.io/billboard.js/release/latest/dist/plugin/billboardjs-plugin-textoverlap.min.js
Then downloaded the dependencies from https://cdn.jsdelivr.net/npm/[email protected]/dist/d3-delaunay.min.js and https://cdn.jsdelivr.net/npm/[email protected]/dist/d3-polygon.min.js
I call them in the following order:
d3-delaunay.min.js
d3-polygon.min.js
billboard.pkgd.min.js
billboardjs-plugin-textoverlap.min.js
The plugin is not working and in the console I see the following error:
Uncaught RangeError: Maximum call stack size exceeded
at Vr.hasOwnProperty (<anonymous>)
at t (zk.wpd:46:1398)
at t (zk.wpd:46:1412)
at t (zk.wpd:46:1260)
at t (zk.wpd:46:1412)
at t (zk.wpd:46:1412)
at t (zk.wpd:46:1412)
at t (zk.wpd:46:1260)
at t (zk.wpd:46:1412)
at t (zk.wpd:46:1412)
Has anyone encountered similar issues? Or did I miss something? If necessary, I can provide more context about my implementation.