This is my first time working with Google Charts and I have a couple of questions:
- Is there a method in the API to update the parent of an existing node? I am facing a challenge where I need to build a tree structure top-down, which means that I know the children of each node but not their parents initially. So, I create the nodes empty first and then attempt to set their parent later on, but it's not working as expected.
I have attempted an approach similar to this one, however, I cannot access the parent column properly.
- How can I ensure that the chart sticks within its container? Despite trying various methods including Bootstrap, I am unable to fit the basic example correctly.
For this issue, I followed a similar solution as mentioned in this link, but unfortunately, it did not resolve the problem.