Open clasit opened 4 years ago
Hi @clasit, I just had the same question and it seems like this is now the case. The example from https://github.com/visjs/vis-timeline/blob/master/examples/timeline/groups/nestedThreeLevels.html uses the treeLevel key, and it's not assigned anywhere else. It looks like if we don't supply it, it by default now renders it with an ugly red box around it. Would be nice if that would be explained somewhere, it feels like a breaking change.
Prerequisites
ngx-vis (3.1.0) to include the vis-timeline (7.4.2) into an Angular (10.1.2) project.
Current Behavior
I'm using the DataGroup (imported from 'ngx-vis') model to define groups and subgroups, for example:
Expected Behavior
The model DataGroup should include the treeLevel parameter, which is needed by vis-timeline to render the subgroups properly:
I don't understand why this parameter lacks in the DataGroup model.
I checked the vis-timeline Documentation for groups, but the treeLevel is not explained. https://visjs.github.io/vis-timeline/docs/timeline/#groups