-
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
Not working with up-to-date versions of vis #46
Comments
Strange - I'm actually using the latest Vis from a few weeks ago in my project. Can you provide more information. |
Well - simple steps to show the issue:
The bower dependency is on vis 4.2.0 but the vis version in the repo is 3.12.0. I have tried both 4.2.0 and latest 4.15.0 and I simply can't make it work with newer versions than 3.12.0. I am pretty sure this is a minor issue but I just haven't been able to figure out what is the cause. |
Ok - I dug into this a bit further. The 4 steps mentioned in the previous post are still valid - the example asis will only work with the old 3.12.0 vis. However, that is because of the option: " showCustomTime: true," in the app.js. Removing that and the example work up to [email protected]. BUT - vis @4.13 and [email protected] still fails. |
I have long been ignoring the requirement of vis 4.2.0 without problems. For me it stopped working with 4.13, and continues to not work up to 4.15. I deleted my own css-file, to no avail. Not working means:
Btw. my Linux and hence Firefox are using Esperanto. I hope you can understand the screenshots anyway, otherwise http://translate.google.com/#eo/en/ is your friend ;-) |
It turns out what I say may be a Vis issue: almende/vis#1697 |
As requested by Jos in the above vis issue, I created: http://jsbin.com/kotenu/edit?html,js,output |
I confirm this to be fixed in 4.16.0 👍 |
@cdjackson it would be great if you could update the dependency to the latest version of vis.js (4.16.1 at this moment) |
Is anyone still having problems with this? |
In the bower.json 4.2.0 is specified, but the one included in the bower_components folder is actually 3.12. It works with 3.12 but if using 4.2.0 (or the latest 4.15) the chart does not show.
The text was updated successfully, but these errors were encountered: