mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 07:56:25 +02:00
enhance(frontend): add retention line chart
This commit is contained in:
@@ -129,6 +129,10 @@ async function renderChart() {
|
||||
autoSkip: false,
|
||||
callback: (value, index, values) => value,
|
||||
},
|
||||
title: {
|
||||
display: true,
|
||||
text: 'Days later',
|
||||
},
|
||||
},
|
||||
y: {
|
||||
type: 'time',
|
||||
|
||||
Reference in New Issue
Block a user