iVis-at-Bilkent / cytoscape.js-fcose

fCoSE: a fast Compound Spring Embedder
MIT License
134 stars 25 forks source link

the compound style could be a circle ? #29

Closed ghost closed 3 years ago

ghost commented 3 years ago

I want to build this https://nivo.rocks/bubble bubble style( circle style), but the compound style is rectangle.

Is there a way set a circle style ?

Thank you !

hasanbalci commented 3 years ago

@steveyang331 Hi, unfortunately Cytoscape.js supports only rectangle, round-rectangle, cut-rectangle and barrel shapes for compound nodes as stated here.

ghost commented 3 years ago

@hasanbalci Thank you for sharing !

May I request add circle style feature ?

ghost commented 3 years ago

I found G6 support https://antv-g6.gitee.io/en/examples/item/defaultCombos

hasanbalci commented 3 years ago

@steveyang331 fCoSE is just a layout extension for Cytoscape.js library, please directly contact with Cytoscape.js for such feature requests. Thanks!