fix: pca calculating takes a long time
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user