Hi Ankush,
Syncfusion greetings.
We suspect that your requirement is to implement two level hierarchy and kindly refer the below sample.
this.projectData = [
{ text: 'Lcation 1', id: 1, color: '#cb6bb2' },
{ text: 'Lcation 2', id: 2, color: '#56ca85' }
];
this.categoryData = [
{ text: 'Category1', id: 1, groupId: 1, color: '#df5286' },
{ text: 'Category2', id: 2, groupId: 1, color: '#7fa900' },
{ text: 'Category3', id: 5, groupId: 1, color: '#df5286' },
{ text: 'Category4', id: 3, groupId: 2, color: '#ea7a57' },
{ text: 'Category5', id: 4, groupId: 2, color: '#5978ee' },
{ text: 'Category6', id: 6, groupId: 2, color: '#00bdae' }
];
Regards,
Karthi