enhance(frontend): add retention line chart

This commit is contained in:
syuilo
2023-05-12 10:29:27 +09:00
parent f06339b970
commit 055dc6bb66
4 changed files with 146 additions and 2 deletions

View File

@@ -129,6 +129,10 @@ async function renderChart() {
autoSkip: false,
callback: (value, index, values) => value,
},
title: {
display: true,
text: 'Days later',
},
},
y: {
type: 'time',