Support numeral.js patterns for Number formats
See original GitHub issueWhen you use a Number format in Kibana, you have the option to specify the numeral.js pattern:
It’d be great to have that option right here when using Datasweet formulas
That way I can have the calculated value use the same format as the source data, e.g. $0,0.[00]
to display USD
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Numeral.js
A javascript library for formatting and manipulating numbers. ... Numeral takes numbers or strings that it trys to convert into a number.
Read more >Numeral Formatting | Kibana Guide [8.5] - Elastic
Numeral formatting in Kibana is done through a pattern-based syntax. These patterns express common number formats in a concise way, similar to date ......
Read more >Beginner's Guide to Numeral.Js. A library for easy number ...
Numeral.js provides built in formatting for numbers, currencies, bytes, percentages, times and exponents. These formats are string arguments ...
Read more >Formatting large numbers using numeral.js - Stack Overflow
Numeral.js has this built in. It can be easily achieved using a such as .format('0.00a') . Some full examples: numeral(1000000).format('0a') ...
Read more >Number formatting in JavaScript - SimpleLocalize
Format numbers, currencies, and units without any 3rd party localization library. In simple words, the toLocaleString() method converts a number ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @bradvido !
Thx for this nice suggestion.
1+