Hi Dojo
We are trying to represent the delay time in View.
However, we have found that small delays are represented as large orders of magnitude on the nanosecond time scale.
For example, in this figure, a delay of 1-10 second or more digits would cause a line break.
We considered stretching the Shape to address this problem, but that would have broken the rendering.
Is it possible to display a separate message when a certain number of digits are reached or when a line break occurs?
Best Regards,
You could use the regexreplace placeholder to cut off certain numbers or replace the whole thing with a message when it grows too big.
This is what I wanted.
It is difficult to handle but I will give it a try.