Same as the previous example, with a punchcard-like style (circles crossed by reference lines).
Same as the previous example, with link weights encoded as areas.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global class AppView extends View | |
constructor: (conf) -> | |
super(conf) | |
b = new Bigraph | |
n = new SelectionControls | |
bigraph: b | |
parent: this | |
based on Bootstrap Multiselect
To make onSelectAll and onDeselectAll work see this issue
For the problem of overflowing labels see this
NewerOlder