We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8741053 commit aa4a13aCopy full SHA for aa4a13a
1 file changed
src/components/LightCurvePlot.tsx
@@ -436,7 +436,7 @@ export default function LightCurvePlot() {
436
}[] = [];
437
438
figure.data.forEach(trace => {
439
- if (trace?.legendgroup != type) return;
+ // if (trace?.legendgroup != type) return;
440
if (!Array.isArray(trace.customdata)) return;
441
// if (trace.customdata.type.toLowerCase() !== type.toLowerCase()) return;
442
0 commit comments