Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add component attribute to be able to easily interact with the visualization component #22

Merged
merged 1 commit into from
May 2, 2015

Conversation

rabelenda
Copy link

For example with this new attribute is possible to do something like:

$scope.component.selectNodes("1");

…ization component.

For example with this new attribute is possible to do something like:
<vis-network component="component"/>

$scope.component.selectNodes("1");
rabelenda pushed a commit to rabelenda/dockerui that referenced this pull request May 2, 2015
- Add search box to easily find containers in network. This required an addition to angular-vis which is in a pending pull request: visjs/angular-visjs#22
- Add tooltip to easily visualize container id and image name.
- Add options to hide containers (and showAll to reset view) to ease visualization when there are too many containers.
@cdjackson
Copy link
Contributor

Nice idea :)

cdjackson added a commit that referenced this pull request May 2, 2015
Add component attribute to be able to easily interact with the visualization component
@cdjackson cdjackson merged commit 90d0c43 into visjs:master May 2, 2015
rabelenda pushed a commit to rabelenda/dockerui that referenced this pull request May 2, 2015
…er for easy visualization.

Additionally updated angular-vis to use version 0.0.4 which already includes the changes of visjs/angular-visjs#22.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants