Add error margin to plot
Open
- Dominant language
- TypeScript
- Stars
- 404
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
May I suggest an enhancement to modify the `lineChart` plugin to enable error margins on signals, such as the example below.
Each point on the trace could take the form
```javascript
{x: time, y:value, e: value_error_margin}
```

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.