Files
2026-07-08 15:04:42 +08:00

729 B

数据展示模块

图表类型

基于 ECharts 实现:

图表 说明
折线图 趋势分析(订单/用户/收入趋势)
柱状图 对比分析
饼图 占比分析
地图 区域分布
数字动画 countup.js 实现数字滚动效果

数据接口

接口 说明
GET /api/open/data/count 统计总数
GET /api/open/data/top-drugs 热门药品
GET /api/open/data/store-number 门店数量
GET /api/open/data/trend 趋势数据

页面结构

graph TB
    APP[数据大屏] --> COUNT[统计总览]
    APP --> TOP[热门药品]
    APP --> STORE[门店统计]
    APP --> TREND[趋势图表]