Skip to content

Commit a0ea788

Browse files
authored
feat: add downloads estimations on large charts (#1177)
1 parent eb1aa46 commit a0ea788

File tree

8 files changed

+631
-40
lines changed

8 files changed

+631
-40
lines changed

app/components/Package/DownloadAnalytics.vue

Lines changed: 615 additions & 29 deletions
Large diffs are not rendered by default.

i18n/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@
301301
"loading": "Loading...",
302302
"y_axis_label": "{granularity} downloads",
303303
"download_file": "Download {fileType}",
304-
"toggle_annotator": "Toggle annotator"
304+
"toggle_annotator": "Toggle annotator",
305+
"legend_estimation": "Estimation"
305306
},
306307
"install_scripts": {
307308
"title": "Install Scripts",

i18n/locales/fr-FR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@
274274
"loading": "Chargement...",
275275
"y_axis_label": "Téléchargements {granularity}",
276276
"download_file": "Télécharger {fileType}",
277-
"toggle_annotator": "Afficher/Masquer l'annotateur"
277+
"toggle_annotator": "Afficher/Masquer l'annotateur",
278+
"legend_estimation": "Estimation"
278279
},
279280
"install_scripts": {
280281
"title": "Scripts d'installation",

lunaria/files/en-GB.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@
301301
"loading": "Loading...",
302302
"y_axis_label": "{granularity} downloads",
303303
"download_file": "Download {fileType}",
304-
"toggle_annotator": "Toggle annotator"
304+
"toggle_annotator": "Toggle annotator",
305+
"legend_estimation": "Estimation"
305306
},
306307
"install_scripts": {
307308
"title": "Install Scripts",

lunaria/files/en-US.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@
301301
"loading": "Loading...",
302302
"y_axis_label": "{granularity} downloads",
303303
"download_file": "Download {fileType}",
304-
"toggle_annotator": "Toggle annotator"
304+
"toggle_annotator": "Toggle annotator",
305+
"legend_estimation": "Estimation"
305306
},
306307
"install_scripts": {
307308
"title": "Install Scripts",

lunaria/files/fr-FR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@
274274
"loading": "Chargement...",
275275
"y_axis_label": "Téléchargements {granularity}",
276276
"download_file": "Télécharger {fileType}",
277-
"toggle_annotator": "Afficher/Masquer l'annotateur"
277+
"toggle_annotator": "Afficher/Masquer l'annotateur",
278+
"legend_estimation": "Estimation"
278279
},
279280
"install_scripts": {
280281
"title": "Scripts d'installation",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"vite-plugin-pwa": "1.2.0",
106106
"vite-plus": "0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
107107
"vue": "3.5.27",
108-
"vue-data-ui": "3.14.8"
108+
"vue-data-ui": "3.14.9"
109109
},
110110
"devDependencies": {
111111
"@e18e/eslint-plugin": "0.1.4",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)