Commit Graph

10 Commits

Author SHA1 Message Date
bdadb0d28d Merge branch 'master' of http://119.45.132.149:3000/security/go-view-fetch 2025-09-04 17:30:39 +08:00
e84d125be8 fix:静态数据 2025-09-04 17:29:48 +08:00
cdde82a3af Merge branch 'master' of http://119.45.132.149:3000/security/go-view-fetch 2025-09-04 17:29:07 +08:00
1b0c873e45 fix(Charts): 更新有限空间分布图表数据和配置
调整污水处理站数量数据并优化图表显示配置
修改标题位置和3D视图参数以提升可视化效果
2025-09-04 17:28:52 +08:00
cb721ad2ce fix:数据 2025-09-04 16:42:32 +08:00
2bed6ea221 chore:修改sceneID为sceneCode 2025-09-04 09:45:21 +08:00
40a1a836d7 feat:新增场景ID配置 2025-09-03 14:50:26 +08:00
97a7efab9f chore:统一小标题css:
font-family: 'CustomFont';
    font-style: italic;
    letter-spacing: 0.5px;
    color: #eee;
    text-shadow: 1px 3px 10px #000000;
    font-size: 16px;
    大标题css:font-family: 'CustomFont';
    color:#eee
2025-09-01 16:45:36 +08:00
025a2a2aa6 feat:完善配置,修改接口前缀为'/aw' 2025-08-28 18:56:34 +08:00
3a496ab48e feat(Charts): 新增有限空间分布情况3D饼图组件
添加有限空间分布情况的3D饼图可视化组件,包括数据配置、3D渲染逻辑和交互功能

- 新增FiniteSpatialDistribution组件实现3D饼图展示
- 添加3D饼图的数据处理和参数方程计算逻辑
- 实现组件的基础配置和交互功能
- 添加示例数据文件data.json
- 在有限空间组件集合中注册新组件
2025-08-28 15:32:15 +08:00