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