-
This is the frontend library we use for the workflow editor.
loleg updated
3 weeks ago
-
The main visjs has been end of life'd in favor of individual repositories for the individual features.
Here's the post about it.
https://github.com/almende/vis/issues/4259
Looks like the netwo…
-
Not sure the appropriate place to report this, assuming you don't already know. The visjs website returns 404, and https://github.com/almende/ have removed Vis from their list of projects.
-
Have you considered using https://github.com/visjs-community/visjs-network rather than the (now unmaintained) vis.js project as the source for your vis.js dependency?
-
I found out about your repo here https://github.com/almende/vis/issues/4259
and I thought you merged your work into https://github.com/visjs-community/timeline-plus but it seem that this one is the …
-
Like d3
-
We should update the issue and RP templates on github.
see also:
- https://github.com/visjs/vis-network/community
- https://github.com/visjs/vis-network/tree/master/.github
-
Angular-visjs does make integration in angular easier, but it makes it more difficult to provide framework-agnostic support. Since it is pretty thin anyhow, I think we can copy over essential parts, a…
grtjn updated
7 years ago
-
Hi, so I deployed to my dev org but I'm getting an error. The error printed in the console is undefined too. Are there any setup that I need to do first for it to properly work?
-
Thanks for the library!
After installing I just copied the example:
```
import { Timeline } from 'vue-visjs'
export default {
name: 'GanttVis',
components: {
Tim…