Skip to content

Commit aa4a13a

Browse files
committed
fix average by original click func
1 parent 8741053 commit aa4a13a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/LightCurvePlot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ export default function LightCurvePlot() {
436436
}[] = [];
437437

438438
figure.data.forEach(trace => {
439-
if (trace?.legendgroup != type) return;
439+
// if (trace?.legendgroup != type) return;
440440
if (!Array.isArray(trace.customdata)) return;
441441
// if (trace.customdata.type.toLowerCase() !== type.toLowerCase()) return;
442442

0 commit comments

Comments
 (0)