Hi all,
I'm using fields with number format in my kibana dashboards.
I'm stuck with International numeric system which gives results in 1,000,000,000.
I want to use indian numeric system which gives results in 1,00,00,000.
I saw the numeral.js, however there is no method to import locale of indian numeric system.
Any ideas?