bertin
bertin copied to clipboard
locale number in tooltip
With Number.prototype.toLocaleString(), tooltip could render more readable number.
By default, it could be the browser locale, with an option to choose a specific one. A more refined option could be the optional object of toLocaleString()
who have useful properties.
Good idea.