move contours Options object to `view`
Open
- Dominant language
- TypeScript
- Stars
- 80
- Forks
- 34
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 36
Description
What is left is to refactor the spectrum object and move the contours Options object to `view` which can be done in another PR
``` ts
{
contourOptions:{
positive: {
contourLevels: [15, 100],
numberOfLayers: 10,
numberOfZoomLevels: 10,
},
negative: {
contourLevels: [15, 100],
numberOfLayers: 10,
numberOfZoomLevels: 10,
}
}
```
_Originally posted by @hamed-musallam in https://github.com/cheminfo/nmrium/issues/3050#issuecomment-2187149065_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.