in viewer,
can i delay shape.render ??
I get the data from the server asynchronously,
I want to change the label of the element again based on it.
However, since the data is not received and render is performed, the desired label is not output.
and the default label is output, then it is replaced by the value received from the server.
So, for example,
It turns out that the change from ‘a’ to ‘b’ is problematic on visual.