Skip to content

Commit

Permalink
[update]: w/ space in prefix, suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
hongkuiw committed Oct 1, 2021
1 parent c83d024 commit bf55f62
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
Empty file modified .gitignore
100755 → 100644
Empty file.
Empty file modified experiment/util.js
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions preview/big-number-breakdown/main.js
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ const visObject = {
type: "string",
display: "text",
label: "6. Prefix of Metrics",
default: ""
default: " "
},
suffix: {
type: "string",
display: "text",
label: "7. Suffix of Metrics",
default: ""
default: " "
},
orientation: {
type: "string",
Expand Down
Empty file modified preview/big-number-breakdown/util.js
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions preview/big-number-trend/main.js
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ const visObject = {
type: "string",
display: "text",
label: "8. Prefix of Metrics",
default: ""
default: " "
},
suffix: {
type: "string",
display: "text",
label: "9. Suffix of Metrics",
default: ""
default: " "
},
},
create: function (element, config) {
Expand Down
Empty file modified preview/big-number-trend/util.js
100755 → 100644
Empty file.
Empty file modified production/big-number-w-single-trendline-v2.0.js
100755 → 100644
Empty file.
Empty file modified production/big-number-w-single-trendline-v2.1.js
100755 → 100644
Empty file.

0 comments on commit bf55f62

Please sign in to comment.