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
would it be difficult to add an option to be able to see the big numbers with commas to make them easier to read?
In the following example I added the total number of items to the labels with paste() and prettyNum() to make them easy to read.
I couldn't find a way to apply prettyNum() to the quantities.
The text was updated successfully, but these errors were encountered:
It's not currently possible to do this, but it's a good suggestion. A good approach would be to add an argument that allows the user to specify a function that formats the numbers. Then you could use `prettyNum` or `format` or whatever you want.
Hi,
would it be difficult to add an option to be able to see the big numbers with commas to make them easier to read?
In the following example I added the total number of items to the labels with paste() and prettyNum() to make them easy to read.
I couldn't find a way to apply prettyNum() to the quantities.
The text was updated successfully, but these errors were encountered: