compound node css shape support
See original GitHub issueI am having issues in styling compound nodes.
is shape
supported as css attribute ?
JSFIDDLE: https://jsfiddle.net/bababalcksheep/hzu9t4zw/3/
{
selector: '$node > node',
css: {
'background-color': 'black',
'shape': 'ellipse',
'background-opacity': 0,
'border-width': 1,
'border-color': 'black'
}
}
Issue Analytics
- State:
- Created 7 years ago
- Comments:5
Top Results From Across the Web
Layout compound nodes in cytoscape JS - Stack Overflow
I am using a compound node and the cola layout. compound node · cytoscape.js · cytoscape-web · webcola · Share.
Read more >Node Shapes | Graphviz
There are three main types of shapes : polygon-based, record-based and user-defined. The record-based shape has largely been superseded and ...
Read more >Overview of shapes - CSS: Cascading Style Sheets | MDN
The CSS Shapes Level 1 Specification describes geometric shapes in CSS. They are, in Level 1 of the specification, designed to be applied...
Read more >Cytoscape.js
Cytoscape.js supports many different graph theory usecases. ... Compound nodes are an addition to the traditional graph model.
Read more >Compound Node · Documentation - support-thepixelfarm.co.uk
In its expanded state a red bounding box is drawn around the individual nodes that make up the compound node. These can be...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Not sure what to say, this works for me:
If you could update your jsfiddle so that it works (doesn’t include jquery for one?) that would help.
Ah my mistake.