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
#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.
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)
The text was updated successfully, but these errors were encountered:
#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)
The text was updated successfully, but these errors were encountered: