Skip to content
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

bug: showStipes breaks clustering when showStipes = false #373

Closed
Async0x42 opened this issue Mar 12, 2020 · 1 comment · Fixed by #374
Closed

bug: showStipes breaks clustering when showStipes = false #373

Async0x42 opened this issue Mar 12, 2020 · 1 comment · Fixed by #374
Labels
bug Something isn't working released

Comments

@Async0x42
Copy link
Contributor

#276 breaks clustering when showStipes is false. Using the example page, if you disable showStipes, it throws an exception because the dot/line don't exist.

https://codepen.io/Async0x42/pen/RwPQYvY?editable=true

ClusterItem.js:542 Uncaught TypeError: Cannot read property 'offsetHeight' of undefined
at e.value (ClusterItem.js:542)
at e.o (ClusterItem.js:109)
at Group.js:1126
at Object.forEach (vis-util.js:38)
at t.value (Group.js:1125)
at p (Group.js:378)
at t.value (Group.js:422)
at Array.r (Group.js:533)
at ItemSet.js:837
at Object.forEach (vis-util.js:38)

@vis-bot
Copy link
Collaborator

vis-bot commented Mar 14, 2020

🎉 This issue has been resolved in version 7.3.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants