Developer can specify the update rate of data
Open
enhancement
Library API
v0x
- Dominant language
- Handlebars
- Stars
- 265
- Forks
- 236
- PR merge metrics
- No merged PRs in 30d
Description
Add documentation example of continuous updating (e.g. traffic or sensor datasets)
``` json
var chart = new Cedar();
setInterval(function(){ chart.update(); }, 3000);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.