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 a49c3d2 commit 21a8cb9Copy full SHA for 21a8cb9
1 file changed
app/components/Package/TimelineChart.vue
@@ -93,7 +93,7 @@ const activeVersionIndex = computed(() => {
93
const seriesTotalSize = computed(() => {
94
const values = convertedData.value.map(d => d.totalSize)
95
if (!values.length) {
96
- return { values, min: 0, max: 1 }
+ return { values, min: 0, max: 0 }
97
}
98
return {
99
values,
@@ -105,7 +105,7 @@ const seriesTotalSize = computed(() => {
105
const seriesDependencies = computed(() => {
106
const values = convertedData.value.map(d => d.dependencyCount)
107
108
109
110
111
0 commit comments