How to transform float value to exponential value in Kibana 6.2.4?

For example:

  • From: 0.000008316878
  • To: 8.316878e-6

Tried with "numeraljs - format - exponential" but it is not working in Kibana 6.2.4.
http://numeraljs.com/#format

Thanks!

Hi Tim, sorry about that. Kibana uses a fork of numeraljs which doesn't include the exponential format. For a list of supported formats, you can check out the tests in our fork: https://github.com/elastic/numeral-js/blob/kibana-fork/tests/numeral/format.js.

Thanks,
CJ

Noted and thanks CJ! I will look for work around as for now.
Btw, will it be supported in the future release?

Regards,
Tim

Yes we definitely want to support this format in the future, but updating our fork (or finding an alternative) will be a tough task and we have a lot of work on our backlog, so I can't say with confidence when we'll be able to add this.

Thanks,
CJ

Thanks CJ!

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