-
Notifications
You must be signed in to change notification settings - Fork 64
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
How to set up #43
Comments
Yes, this is maintained, but note that this is just a directive that is a wrapper around the main visjs library, so it is just passing your configuration into visjs.
|
Well, I want to make a timeline, but shouldn't the above code be working ? Because I'm only getting an empty timeline and this JS Warning :
|
I’m not sure - I don’t currently have time to analyse your code, but have you tried the examples since this is working on github. |
The example from vis are working fine, but the indexes from angular-visjs don't. |
Well I just looked at the angular-visas examples on git, and the timeline was working fine! http://visjs.github.io/angular-visjs/#/timeline http://visjs.github.io/angular-visjs/#/timeline |
Is this still maintained ? Is there any more documentation incoming ?
I'm having troubles using it, first what to use in the template because we find several versions depending on where we look at :
Should we use this directive :
Or this one :
This is the data in my controller :
The options is set properly since I'm initially seeing the proper range (2010 April) but there is no boxes inside the timeline, no date and no content. So how should I use it ?
Also, if I don't intend to use groups, can we directly do this :
The text was updated successfully, but these errors were encountered: