CyrilFerlicot

Results 269 issues of CyrilFerlicot

In this demo if you go on the node "a" then click the node will stay red. It should turn back to orange when moving to the second group.

bug
Cytoscape
Demo

Maybe we could have a circular layout including elements in the center. That would be really cool for the Name Cloud for example.

Layouts
New Feature

For example: ``` | visualization secondNode firstNode thirdNode | visualization := TLVisualization new. visualization layout: (TLLinearLayout gap: 50). firstNode := visualization addNodeFromEntity: 2. secondNode := visualization addNodeFromEntity: 1. secondNode styleSheet...

bug
Cytoscape

When I save my image with Telescope I get a lot of `key XX not found in Dictionary` errors because of the websocket.

bug
Cytoscape

Example ``` | visu | (visu := TLVisualization new) addNodesFromEntities: (1 to: 9); layout: (TLTreeLayout new useOutgoingLinks; leavesGap: 40; levelGap: 20; yourself); addInteraction: (TLExpandCollapseNodesAction property: [ :n | (0 to:...

bug
Layouts

bug
question
Cytoscape
Demo

As we did for the node shape.

enhancement
Cytoscape

Cytoscape properties: source-label : The text to display for an edge’s source label. target-label : The text to display for an edge’s target label. To add to the connections style.

Cytoscape
New Feature