mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-24 11:34:10 +02:00
refactor
This commit is contained in:
@@ -161,7 +161,9 @@ async function renderChart() {
|
||||
},
|
||||
external: externalTooltipHandler,
|
||||
},
|
||||
gradient,
|
||||
...({ // TSを黙らすため
|
||||
gradient,
|
||||
}),
|
||||
},
|
||||
},
|
||||
plugins: [chartVLine(vLineColor), chartLegend(legendEl.value)],
|
||||
|
||||
@@ -160,7 +160,9 @@ async function renderChart() {
|
||||
},
|
||||
external: externalTooltipHandler,
|
||||
},
|
||||
gradient,
|
||||
...({ // TSを黙らすため
|
||||
gradient,
|
||||
}),
|
||||
},
|
||||
},
|
||||
plugins: [chartVLine(vLineColor), chartLegend(legendEl.value)],
|
||||
|
||||
@@ -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)],
|
||||
|
||||
Reference in New Issue
Block a user