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
Not clear to me how I would use a gpu accelerated layout within combo combined layouts.
For example with a layout config like this:
layout: {
type: "combo-combined",
innerLayout: new ConcentricLayout({}),
outerLayout: new ForceAtlas2Layout({}),
},
I can combine both ConcentricLayout and ForceAtlas2Layout, however I'm not sure how I would do this for gpu accelerated layouts since the documentation shows how to expose them as string configs e.g. fructherman-gpu rather than classes.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Not clear to me how I would use a gpu accelerated layout within combo combined layouts.
For example with a layout config like this:
I can combine both
ConcentricLayoutandForceAtlas2Layout, however I'm not sure how I would do this for gpu accelerated layouts since the documentation shows how to expose them as string configs e.g.fructherman-gpurather than classes.Beta Was this translation helpful? Give feedback.
All reactions