I want to create an organisational chart through the API. I have a data set in JSON array format, with format like:
[
{id: '1', name: 'Parent', parent: ''},
{id: '2', name: 'Child_1', parent: '1'},
{id: '3', name: 'Child_2', parent: '1'}
]
I can customize the format of the data set in any format, but I can’t seem to find any method to create an org chart anywhere in the documentation for Aspose Slides (Java).
I am an employee at Jubilant Life Sciences, and we are currently in the middle of a project in which we want to create org charts using a custom dataset generated through employee database. We are quite interested in purchasing the licenses of your ASPOSE Slides APIs, but we are stuck at the problem that I have mentioned above and it’s very critical.