cheminfo / nmrium

React component to display and process nuclear magnetic resonance (NMR) spectra.
https://docs.nmrium.org
MIT License
48 stars 24 forks source link

move contours Options object to `view` #3089

Open hamed-musallam opened 2 weeks ago

hamed-musallam commented 2 weeks ago
          What is left is to refactor the spectrum object and move the contours Options object to `view` which can be done in another PR

{
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