Open pchtsp opened 3 years ago
As advised in https://stackoverflow.com/questions/67080908/vis-timeline-7-and-angular-11 I manually installed vis-timeline at version 7.4.4 (I had to uninstall vue-visjs because it requires 7.4.8 for some reason). I'm now using vis-timeline directly.
Maybe a possible workaround would be to change the dependency on vis-timeline from "^7.4.8" to "^7.4.4" in order to install an older version of vis-timeline? https://github.com/sjmallon/vue-visjs/blob/d11b710a6625c52063c36700f23ae7148b36e367/package.json#L41-L43
I found an error in the code, I will prepare a PR
Hi, thank you very much for the hard work with the library! I have a similar problem, as described above. When will this problem be fixed? Can I help in some way? Thank you so much for your attention.
@benincasantonio I guess will be quicker if you can just create a fork and update visjs dependencies. I noticed this here https://github.com/sjmallon/vue-visjs/pull/27
Thanks for the library! After installing I just copied the example:
And I get the following error when clicking the box:
Looks similar to https://github.com/visjs/vis-timeline/issues/1108