Add finance 3D data analysis

This commit is contained in:
2026-06-04 13:36:03 +02:00
parent b44e8babf4
commit a8dc565478
8 changed files with 380 additions and 1 deletions
+24
View File
@@ -39,3 +39,27 @@ body,
.language-button .mud-button-icon-end {
color: #fff;
}
.finance-3d-surface {
width: 100%;
min-height: 560px;
overflow: hidden;
background: #f7f9fb;
}
.finance-3d-canvas {
display: block;
width: 100%;
height: 560px;
touch-action: none;
}
@media (max-width: 700px) {
.finance-3d-surface {
min-height: 420px;
}
.finance-3d-canvas {
height: 420px;
}
}