2021-06-29 16:52:44 +08:00
|
|
|
|
## 在线体验
|
2021-07-02 09:18:40 +08:00
|
|
|
|
####   电脑在线体验: [https://report.anji-plus.com/index.html](https://report.anji-plus.com/index.html "链接")  体验账号:guest 密码:guest
|
2021-07-01 18:03:11 +08:00
|
|
|
|
####   在线文档: [https://report.anji-plus.com/report-doc/](https://report.anji-plus.com/report-doc/ "doc")<br>
|
2021-06-29 16:52:44 +08:00
|
|
|
|
####   在线提问: [https://gitee.com/anji-plus/report/issues](https://gitee.com/anji-plus/report/issues "issue")
|
|
|
|
|
|
|
|
|
|
## 功能概述
|
|
|
|
|
####   组件介绍
|
|
|
|
|
   大屏设计(AJ-Report)是一个可视化拖拽编辑的,直观,酷炫,具有科技感的图表工具全开源项目。
|
|
|
|
|
内置的基础功能包括数据源,数据集,报表管理,项目部分截图如下。<br>
|
2021-07-02 17:21:43 +08:00
|
|
|
|
**在线案例还在努力创造中,敬请期待!!!**
|
2021-06-29 16:52:44 +08:00
|
|
|
|
|
2021-06-30 16:05:31 +08:00
|
|
|
|
## 数据流程图
|
|
|
|
|
![An image](https://images.gitee.com/uploads/images/2021/0630/160451_31bb9052_1728982.png)
|
|
|
|
|
|
2021-06-29 16:52:44 +08:00
|
|
|
|
## 打包目录
|
|
|
|
|
```
|
|
|
|
|
├── bin 启动命令脚本
|
|
|
|
|
│ ├── logs 启动日志目录
|
|
|
|
|
│ ├── cache 本地缓存目录
|
|
|
|
|
│ ├── startup.cmd
|
|
|
|
|
│ ├── shutdown.cmd
|
|
|
|
|
│ ├── startup.sh
|
|
|
|
|
│ └── shutdown.sh
|
|
|
|
|
├── config 配置文件目录
|
|
|
|
|
├── lib 自定义扩展包
|
|
|
|
|
├── target report-core核心包
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## 系统目录
|
|
|
|
|
```
|
|
|
|
|
├── doc 文档源码
|
|
|
|
|
│ ├── docs
|
|
|
|
|
│ ├── package.json
|
|
|
|
|
│ └── README.md
|
|
|
|
|
├── pom.xml 父pom,jar版本管理
|
|
|
|
|
├── report-core java源码
|
|
|
|
|
│ ├── pom.xml gaea父pom,jar版本管理
|
|
|
|
|
│ └── README.md
|
|
|
|
|
├── report-ui 前端vue源码
|
|
|
|
|
├── LICENSE
|
|
|
|
|
├── README.md
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 近期计划
|
2021-07-01 09:37:01 +08:00
|
|
|
|
- 完善地图插件
|
|
|
|
|
- 完善表格插件
|
|
|
|
|
- 丰富自定义框图、装饰
|
|
|
|
|
- 丰富更多图表组件
|
2021-06-29 16:52:44 +08:00
|
|
|
|
|
|
|
|
|
## 技术支持
|
|
|
|
|
如有问题,请提交 [Issue](https://gitee.com/anji-plus/report/issues)
|
|
|
|
|
|
|
|
|
|
#### 开源不易,劳烦各位star ☺
|
2021-06-22 09:37:17 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|