Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
remove currency symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
PGimenez committed Aug 13, 2024
1 parent 256d879 commit 243da99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "StippleTables"
uuid = "5bb4b094-0818-496d-ae94-fd777e10e8ba"
version = "0.1.1"
version = "0.1.2"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down
3 changes: 1 addition & 2 deletions assets/js/stippletables.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@ Vue.component("st-table", {
return value;
}
return new Intl.NumberFormat('en-US', {
style: 'currency',
currency: 'USD',
style: 'decimal',
minimumFractionDigits: 2,
maximumFractionDigits: 2
}).format(value);
Expand Down

0 comments on commit 243da99

Please sign in to comment.