Skip to content

Commit 877dc8c

Browse files
committed
updated diver-h json loading
1 parent a9a875b commit 877dc8c

5 files changed

Lines changed: 1366 additions & 862 deletions

File tree

client/src/components/FeatureSelection/vectorFeatureGraphUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const renderVectorFeatureGraph = (
6161

6262
y.domain(d3.extent(allYValues) as [number, number]);
6363

64-
const maxYValue = Math.max(...allYValues);
64+
const maxYValue = Math.max(allYValues);
6565
const maxYLabel = maxYValue.toFixed(2); // Format to 2 decimal places
6666
const maxCharacters = maxYLabel.length;
6767

0 commit comments

Comments
 (0)