How to display float values on custom chart?
Answered
Hi,
How can I get float numbers displayed on y axis on the custom chart?
The following service message does not work: ##teamcity[buildStatisticValue key='AccuracyAvg' value='0.5']"
0.5 rounded to 1. But I need a float number.
Oleksandr.
TeamCity Enterprise 8.0.5 (build 27692)
Please sign in to leave a comment.
With TC 9 many new features for custom charts have been implemented including support for float numbers.
https://confluence.jetbrains.com/display/TCD9/Custom+Chart
Thank you but I can't upgrade TC.
Scale the numbers by 1000?
Yes, I can use such workaround.