Giter Site home page Giter Site logo

Comments (10)

lukeapage avatar lukeapage commented on June 24, 2024

is you look at the MS C# and Ajax formatting rules, they specify a seperator and then a group size e.g. [2, 3] and you count from the right and if you hit the end of the definition, you repeat. This could easily be added on as an additional option which would default to [3].

from numeral-js.

jokeyrhyme avatar jokeyrhyme commented on June 24, 2024

http://en.wikipedia.org/wiki/Decimal_mark#Digit_grouping

It looks like China and Japan group them as in 1,0000,0000,0000.

The Indian number system looks like it's the most complex. It appears as though everyone else uses either 3 or 4 digit groupings.

from numeral-js.

MSCAU avatar MSCAU commented on June 24, 2024

Yes, I need Indian currency formatting and will need to roll my own solution...

from numeral-js.

TimBailey-pnk avatar TimBailey-pnk commented on June 24, 2024

Any progress on this?
Thanks

from numeral-js.

ooooak avatar ooooak commented on June 24, 2024

+1 this. Everyone in India uses that format

from numeral-js.

sivarajd avatar sivarajd commented on June 24, 2024

The number format specified above incorrect, and is not as simple. The actual format used is a repeating pattern of groups of 3;2;2. I.e., to write hundred trillion (100,000,000,000,000 or 10E14), you would write as 1,00,00,000,00,00,000. It would be read as one crore crore. One crore basically is 10 million and has seven zeros which are grouped together.

from numeral-js.

DilipVxceed avatar DilipVxceed commented on June 24, 2024

any progress on this ? as kibana use numeral-js , and i have requirement where i want show data abbreviation
as 1 crore instead of 10 million

from numeral-js.

ooooak avatar ooooak commented on June 24, 2024

@DilipVxceed I ended up creating my own package called inrformat.

npm: https://www.npmjs.com/package/inrformat
source: https://github.com/ooooak/inrformat

from numeral-js.

Itsmeak0910 avatar Itsmeak0910 commented on June 24, 2024

@ooooak can you tell me how can i use your package in kibana..

from numeral-js.

pratik227 avatar pratik227 commented on June 24, 2024

Hi,

I just forked the repo and made few changes in it and published my own package. Now it supports India currency.

Checkout - https://www.npmjs.com/package/numeral-v2

Doc - https://numeraljs.netlify.app/

Thanks,
Pratik Patel

from numeral-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.