Esri / Esri/cedar

Developer can specify the update rate of data

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.