Skip to content

Commit

Permalink
fix(stats): parentheses in chart titles (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
bragov4ik authored Sep 26, 2024
1 parent 53c0ed1 commit be13465
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions stats/config/charts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"template_values": {
"native_coin_symbol": "ETH",
"active_recurring_accounts_title": "Active recurring accounts",
"active_recurring_accounts_description": "Accounts active this period and during some interval before"
"active_recurring_accounts_description": "Accounts active this period and within a prior"
},
"counters": {
"total_blocks": {
Expand Down Expand Up @@ -67,17 +67,17 @@
},
"active_recurring_accounts_60_days": {
"enabled": false,
"title": "{{active_recurring_accounts_title}} (60 days)",
"description": "{{active_recurring_accounts_description}} (60 days prior to the period)"
"title": "{{active_recurring_accounts_title}} - 60 days window",
"description": "{{active_recurring_accounts_description}} 60-day timespan"
},
"active_recurring_accounts_90_days": {
"title": "{{active_recurring_accounts_title}} (90 days)",
"description": "{{active_recurring_accounts_description}} (90 days prior to the period)"
"title": "{{active_recurring_accounts_title}} - 90 days window",
"description": "{{active_recurring_accounts_description}} 90-day timespan"
},
"active_recurring_accounts_120_days": {
"enabled": false,
"title": "{{active_recurring_accounts_title}} (120 days)",
"description": "{{active_recurring_accounts_description}} (120 days prior to the period)"
"title": "{{active_recurring_accounts_title}} - 120 days window",
"description": "{{active_recurring_accounts_description}} 120-day timespan"
},
"accounts_growth": {
"title": "Number of accounts",
Expand Down

0 comments on commit be13465

Please sign in to comment.