timeseries.setMeta() TypeError
Open
- Dominant language
- TypeScript
- Stars
- 211
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
```
let ts = new TimeSeries();
ts = ts.setMeta("test", "1");
```
gives:
TypeError: Cannot read property 'set' of null
at TimeSeries.setMeta (timeseries.js:832)
(this is for pond 0.8.8)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.