1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-24 11:34:10 +02:00
This commit is contained in:
syuilo
2025-09-01 12:31:27 +09:00
parent 08ecf7ca79
commit d27c740ab0
6 changed files with 27 additions and 13 deletions

View File

@@ -161,7 +161,9 @@ async function renderChart() {
},
external: externalTooltipHandler,
},
gradient,
...({ // TSを黙らすため
gradient,
}),
},
},
plugins: [chartVLine(vLineColor), chartLegend(legendEl.value)],

View File

@@ -160,7 +160,9 @@ async function renderChart() {
},
external: externalTooltipHandler,
},
gradient,
...({ // TSを黙らすため
gradient,
}),
},
},
plugins: [chartVLine(vLineColor), chartLegend(legendEl.value)],

View File

@@ -154,8 +154,6 @@ async function renderChart() {
display: true,
text: 'Unique/Natural PV',
padding: {
left: 0,
right: 0,
top: 0,
bottom: 12,
},
@@ -171,7 +169,9 @@ async function renderChart() {
},
external: externalTooltipHandler,
},
gradient,
...({ // TSを黙らすため
gradient,
}),
},
},
plugins: [chartVLine(vLineColor), chartLegend(legendEl.value)],