visjs / vis-timeline

📅 Create a fully customizable, interactive timelines and 2d-graphs with items and ranges.
https://visjs.github.io/vis-timeline/
Other
1.85k stars 311 forks source link

Can we have it that items and background items can span groups? #1828

Open philpil opened 3 weeks ago

philpil commented 3 weeks ago

It would be super helpful if you could set an item to be either normal value for just 1 group: group: 2, or spanning from 1 group to another: group: 2-4, or an array of groups for item to go across: group: [2,3,4],