We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db27e5 commit 1e420eeCopy full SHA for 1e420ee
1 file changed
app/components/Package/DownloadAnalytics.vue
@@ -854,7 +854,7 @@ const config = computed(() => {
854
<div>
855
<VueUiXy :dataset="chartData.dataset" :config="config" class="[direction:ltr]">
856
<!-- Custom legend for multiple series -->
857
- <template v-if="packageNames?.length" #legend="{ legend }">
+ <template v-if="isMultiPackageMode" #legend="{ legend }">
858
<div class="flex gap-4 flex-wrap justify-center">
859
<!-- TODO: a11y -->
860
<button
@@ -991,6 +991,7 @@ const config = computed(() => {
991
box-shadow: none !important;
992
}
993
994
+/* Override default placement of the refresh button to have it to the minimap's side */
995
@media screen and (min-width: 767px) {
996
#download-analytics .vue-data-ui-refresh-button {
997
top: -0.6rem !important;
0 commit comments