Yaxis data value loses precision in timelion when using percent as units with tickDecimals

Kibana Version

[ywatanabe@fedora-desktop ~]$ docker ps | awk '{ print $2;}'
ID
docker.elastic.co/kibana/kibana:7.8.0
docker.elastic.co/elasticsearch/elasticsearch:7.8.0

What had happened

If I calculate numeric value as below , it shows 利回り (11.6) at top left hand side .
BTW, term 利回り means yield in Japanese.

.yaxis(tickDecimals=1).multiply(100)

However, If I calculate as below , it shows 利回り (12.0%) at top left hand side .

.yaxis(units=percent, tickDecimals=1)

Is this expected behavior when using percent in units ?

Thanks,
Yu

1 Like

This is a bug. I created https://github.com/elastic/kibana/issues/74888 to track

Thank you.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.