Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
sagemathinc
Edit Copy
Star
5
GitHub Repository:
sagemathinc/cocalc
Path:
blob/master/src/packages/next/components/statistics/misc.ts
1
4
5
0
views
1
export
const
ZEROS
=
{
"5m"
:
0
,
"1h"
:
0
,
"1d"
:
0
,
"30d"
:
0
}
;
2
3