Please, what if I want the child position[0] to be affected by the scale.
For example, the parent is a bar graph and the child is the label( %). I would like to keep the distance between the graph and the label (%) so that if I increase the scale of the bar the label will move a little further away from its position, however, I would like to keep the position[1]of the label(%) freely so that it can inherit the position[1] of the bar graph.
Thank you