Skip to content

Commit

Permalink
fixed #295; I have already done it and I am wondering what happened
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreaubert committed Aug 30, 2024
1 parent e18818b commit 424bf27
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/website/compare.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ getMetadata()
} else if (
measurement === 'SPL Horizontal Contour 3D' ||
measurement === 'SPL Vertical Contour 3D' ||
measurement === 'SPL Horizontal Contour 3D Normalized' ||
measurement === 'SPL Vertical Contour 3D Normalized'
measurement === 'SPL Horizontal Contour Normalized 3D' ||
measurement === 'SPL Vertical Contour Normalized 3D'
) {
graphsConfigs = setSurface(speakersName, graphs, windowWidth, windowHeight);
} else if (
Expand All @@ -143,7 +143,9 @@ getMetadata()
measurement === 'SPL Vertical Globe Normalized'
) {
graphsConfigs = setGlobe(speakersName, graphs, windowWidth, windowHeight);
}
} else {
console.error('Measurement '+measurement+' is unknown');
}

// console.log('datas and layouts length='+graphsConfigs.length)
if (graphsConfigs.length === 1) {
Expand Down

0 comments on commit 424bf27

Please sign in to comment.