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
Describe the bug
Clustergrammer heatmap doesn't render well using clustergrammer2 generated network and clustergrammer-gl for rendering. Here is the piece of code in charge of rendering:
Depending on the parameters it raises different problems:
with parameter root: '#${root}' it doesn't render at all but without any error
with parameter container: '#${root}' it raises the following error TypeError: targetel.getScreenCTM is not a function that seems to be linked to d3-tip .
Describe the bug
Clustergrammer heatmap doesn't render well using clustergrammer2 generated network and clustergrammer-gl for rendering. Here is the piece of code in charge of rendering:
Depending on the parameters it raises different problems:
root: '#${root}'
it doesn't render at all but without any errorcontainer: '#${root}'
it raises the following errorTypeError: targetel.getScreenCTM is not a function
that seems to be linked tod3-tip
.Dependencies
Desktop:
The text was updated successfully, but these errors were encountered: