This website works better with JavaScript.
Home
Help
| Lab Instances |
Register
Sign In
cs130004
/
Covid_19
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
0
Tags
1.5 MiB
Tree:
45636bd013
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '45636bd013'
${ noResults }
Covid_19
/
project_cloud
/
client
/
www
/
application
/
js
/
classes.js
6 lines
103 B
Raw
Normal View
History
Upload files project Covid_19
5 years ago
class
Chart
{
constructor
(
obj
,
id
)
{
this
.
chartObj
=
obj
;
this
.
chartID
=
id
;
}
}