Skip to content

Commit db64da9

Browse files
authored
chore: bump vue-data-ui from 3.19.8 to 3.20.10 (#2793)
1 parent 8879a03 commit db64da9

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

app/components/Package/TrendsChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ const normalisedDataset = computed(() => {
10671067
// oxlint-disable-next-line oxc-no-map-spread
10681068
return (chartData.value.dataset || []).map(d => {
10691069
const series = applyDataPipeline(
1070-
d.series.map(v => v ?? 0),
1070+
d.series.map(v => (typeof v === 'number' ? v : (v?.y ?? 0))),
10711071
{
10721072
averageWindow: settings.value.chartFilter.averageWindow,
10731073
smoothingTau: settings.value.chartFilter.smoothingTau,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"vite-plugin-pwa": "1.3.0",
111111
"vite-plus": "0.1.20",
112112
"vue": "3.5.34",
113-
"vue-data-ui": "3.19.8",
113+
"vue-data-ui": "3.20.10",
114114
"vue-router": "5.0.4"
115115
},
116116
"devDependencies": {

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)