enhance(frontend): add retention line chart
This commit is contained in:
parent
f06339b970
commit
055dc6bb66
4 changed files with 146 additions and 2 deletions
|
|
@ -129,6 +129,10 @@ async function renderChart() {
|
|||
autoSkip: false,
|
||||
callback: (value, index, values) => value,
|
||||
},
|
||||
title: {
|
||||
display: true,
|
||||
text: 'Days later',
|
||||
},
|
||||
},
|
||||
y: {
|
||||
type: 'time',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue