Skip to content

Commit

Permalink
refactor: change the render order of the peaks and ranges in the disp…
Browse files Browse the repository at this point in the history
…layer
  • Loading branch information
hamed-musallam committed Feb 9, 2024
1 parent 44261ae commit e4b5751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/1d/Chart1D.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ function Chart1D({ mode, width, height, margin, displayerKey }) {
<IntegralsSeries />
<Peaks peaksSource="peaks" />
<RangesIntegrals />
<Ranges />
<Peaks peaksSource="ranges" />
<Ranges />
<JGraph />
<MultiAnalysisRanges />
<BaseLineZones />
Expand Down

0 comments on commit e4b5751

Please sign in to comment.