IBM / gantt-chart

IBM Gantt Chart Component, integrable in Vanilla, jQuery, or React Framework.
https://ibm.github.io/gantt-chart/packages/ibm-gantt-chart-docs/storybook
Apache License 2.0
215 stars 52 forks source link

parent in activity model needs to be explicitly set #72

Open watery opened 1 year ago

watery commented 1 year ago

The parent property needs to be set in the model, i.e.:

activities: {
    data: [],
    parent: 'parent'
}

for the activity data parent property to be honored, otherwise activites are not grouped in the component.