Just want to display up to 3-significant digits.
Add e.g.
GraphLabelDecimals = 2;
CHANGES FOR VERSION 5.87.0 (as compared to 5.86.0)
....
AFL/Charts: added ability to control number of decimals in chart value labes via GraphLabelDecimals variable (example, adding GraphLabelDecimals = 2; to the formula would give you value lables with 2 decimal places
...
5 Likes
thank you much for quick reply.