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 graph3d option, watch clean up, destroy clean up. #64

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mg1075
Copy link

@mg1075 mg1075 commented Dec 2, 2016

Add a directive for the vis.js graph3d chart type. Add handlers for $destroy event to call graph.destroy and to clear angular watchers.

Add a directive for the vis.js graph3d chart type. Add handlers for $destroy event to call graph.destroy and to clear angular watchers. For 3d graph, do not redraw the graph any time new data comes: this prevents you from being able to rotate the graph if the graph has data coming at a rapid rate. Instead, call the setData function.
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.

1 participant