Open zaquas77 opened 4 years ago
Hi to all!
I want to include "vis-timeline" in my typescript project
When I try use "nestedGroups" the component "Timeline" break when I write this.timelineEl = new Timeline(appDiv, items, groups, {});
this.timelineEl = new Timeline(appDiv, items, groups, {});
Meantime it work if I write this.timelineEl = new Timeline(appDiv, items.get(), groups.get(), {});
this.timelineEl = new Timeline(appDiv, items.get(), groups.get(), {});
Make sure to mention which vis-component (network, timeline, graph2D, graph3d) you are referring to.
"vis-data": "^6.3.0", "vis-timeline": "^7.3.7", "vis-util": "^3.0.0 || ^4.0.0"
Make sure to mention which browser and OS you are using when creating a bug report.
chrome/windows10
https://stackblitz.com/edit/typescript-ffrc1w?file=index.ts
Please look at raws 89 and 92
thanks in advance
Stefano
@zaquas77 I added an example on SO: https://stackoverflow.com/a/77308582/2946008
Can you check if it helps your case ?
Hi to all!
I want to include "vis-timeline" in my typescript project
When I try use "nestedGroups" the component "Timeline" break when I write
this.timelineEl = new Timeline(appDiv, items, groups, {});
Meantime it work if I write
this.timelineEl = new Timeline(appDiv, items.get(), groups.get(), {});
Make sure to mention which vis-component (network, timeline, graph2D, graph3d) you are referring to.
Make sure to mention which browser and OS you are using when creating a bug report.
chrome/windows10
https://stackblitz.com/edit/typescript-ffrc1w?file=index.ts
Please look at raws 89 and 92
thanks in advance
Stefano