Skip to content

Uncaught TypeError: ani.play is not a function #106

@rmant

Description

@rmant

Hi,

When I try to use the cose-bilkent layout, I get the following error:
Uncaught TypeError: ani.play is not a function at cytoscape.cjs.js:11449 at Array.forEach (<anonymous>) at Collection.layoutPositions (cytoscape.cjs.js:11448) at Layout._CoSELayout.run (cytoscape-cose-bilkent.js:349) at new AppComponent (app.js:36) at $ (preact.module.js:1) at m (preact.module.js:1) at $ (preact.module.js:1) at O (preact.module.js:1) at Module../src/client/index.js (index.js:18)

I'm using:

  • Cytoscape 3.17.1
  • cose-base 1.0.3
  • cytoscape-cose-bilkent 4.1.0

And I'm using cose-bilkent the following way:
const layout = cy.layout({ name: 'cose-bilkent', }); layout.run();

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions