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
+6
View File
@@ -746,6 +746,12 @@ body {
min-width: 100px;
max-width: 360px;
&.scatter {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
}
.tooltip-x-name {
font-size: var(--font-size-small);
color: var(--ant-color-text-tertiary);