fix: pca calculating takes a long time

This commit is contained in:
jialin
2025-05-26 19:56:51 +08:00
parent 4b4343a9fd
commit 61e506010c
4 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ const Scatter: React.FC<ChartProps> = (props) => {
<span class="tooltip-value">${item.text}</span>
</span>`;
});
return `<div class="tooltip-wrapper">${result}</div>`;
return `<div class="tooltip-wrapper scatter">${result}</div>`;
}
},
title: {