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