feat: introduce intersection calculation of charts
This commit is contained in:
parent
eb894c330f
commit
7fcd9435f3
15 changed files with 188 additions and 18 deletions
|
@ -122,7 +122,7 @@ export default define(meta, async (ps, user) => {
|
|||
|
||||
process.nextTick(() => {
|
||||
if (user) {
|
||||
activeUsersChart.update(user);
|
||||
activeUsersChart.read(user);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue