You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the limitation of the javascript number format. Even with Intl API we still couldn't format a very large number, eg: feature: "integers out of (1e21, 1e-7)"
Can I extend or add a plugin to use decimal.js (or an alternative) as a numeric wrapper?
The text was updated successfully, but these errors were encountered:
@rxaviers Thanks for the response.
Is there any plan for keeping the project alive so far, at least moving away from bower and grunt which are not considered mainstream anymore? I'm asking if the work for the external number formatting library can be put into the new version instead.
Due to the limitation of the javascript number format. Even with Intl API we still couldn't format a very large number, eg:
feature: "integers out of (1e21, 1e-7)"
Can I extend or add a plugin to use
decimal.js
(or an alternative) as a numeric wrapper?The text was updated successfully, but these errors were encountered: