BenjaminVanRyseghem / numbro

A JS library for number formatting
http://numbrojs.com
MIT License
1.09k stars 198 forks source link

Support for hexadecimal output? #90

Open mqchau opened 8 years ago

mqchau commented 8 years ago

Hi, I'm using python bokeh and it is using mumbro.js to format number. Can you please add support for hexadecimal format? My project needs it.

Thank you.

BenjaminVanRyseghem commented 8 years ago

Feel free to open a PR :smile:

Based on byte code, it should be too complicated :wink:

mqchau commented 8 years ago

Ok, I'll work on it and submit PR later.