diff --git a/README.md b/README.md index 06428459..ca32ed70 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ AJ-Report使用[Apache2.0开源协议](http://www.apache.org/licenses/LICENSE-2. ,允许商业使用,但务必保留类作者、Copyright信息。
个人和企业,在直接使用、二次开发后商业使用,需要遵守: -- 包含Apache LICENSE文件(授权使用者免费使用AJ-Report专利和知识产权) +- 包含Apache LICENSE文件 - 如果修改了代码,需要在被修改的文件中说明 - 在修改和有源代码衍生的代码中,需要带有原来代码中的协议,商标 - 在二次开发后商业发布的产品中,使用了多个开源软件,则必须包含一个Notice文件,在Notice文件中需要带有Apache diff --git a/doc/docs/.vuepress/config.js b/doc/docs/.vuepress/config.js index a660304f..dbc5da55 100644 --- a/doc/docs/.vuepress/config.js +++ b/doc/docs/.vuepress/config.js @@ -64,6 +64,7 @@ module.exports = { {title: '大屏报表', path: '/guide/dashboard'}, {title: '表格报表', path: '/guide/excel'}, {title: '导入导出', path: '/guide/importExport'}, + {title: '报表分享', path: '/guide/reportShare'}, {title: '图表配置项', path: '/guide/chartsConfig'}, {title: '图表组件', path: '/guide/charts'}, {title: '图表联动', path: '/guide/chartsLinkage'}, diff --git a/doc/docs/guide/chartsLinkage.md b/doc/docs/guide/chartsLinkage.md index fa875cae..2ce62d2c 100644 --- a/doc/docs/guide/chartsLinkage.md +++ b/doc/docs/guide/chartsLinkage.md @@ -176,7 +176,7 @@ function doHandleMonth(month) { ## 图表联动 - 简介
- 图表联动是将联动图表的某些值覆盖到被联动的图表中,因此能否联动成功的关键在于,联动图表的数据格式是否满足被联动的图表。比如柱状图联动折线图,这俩图的数据格式是一模一样的,能联动成功,但是用柱状图去联动柱状堆叠图,数据格式不一致,那无法成功。
+ 图表联动即联动图表的某些数据替换掉被联动图表动态数据集的查询参数,和上面表单联动本质上是一回事。
- 联动参数说明
图表联动的界面和表单联动界面都是一样的,不同的在于参数配置名称的不同。在二维的图表中,比如name在柱状图中代表柱图动态数据集的X轴字段,value则代表数值,在饼图中name对应饼图动态数据集的name,value同样对应数值。
diff --git a/doc/docs/guide/dataset.md b/doc/docs/guide/dataset.md index 6d966bfa..902b9345 100644 --- a/doc/docs/guide/dataset.md +++ b/doc/docs/guide/dataset.md @@ -1,4 +1,4 @@ -## 介绍 +## 简介 根据选中的数据源+查询 sql 或请求体完成数据的查询。
![img5](../picture/dateset/img_5.png)
diff --git a/doc/docs/guide/excel.md b/doc/docs/guide/excel.md index 6f6c71f1..1a914cd5 100644 --- a/doc/docs/guide/excel.md +++ b/doc/docs/guide/excel.md @@ -1,9 +1,11 @@ -# 介绍 +## 简介 -Excel报表基于Luckysheet开发,[Luckysheet](https://gitee.com/mengshukeji/Luckysheet) 一款纯前端类似excel的在线表格,功能强大、配置简单、完全开源。
-**注意:** Excel报表目前只是简单集成,如果你遇到了一些问题请在此[Issue](https://gitee.com/anji-plus/report/issues/I4CEWV) 下面进行回复。
+Excel报表基于Luckysheet开发,[Luckysheet](https://gitee.com/mengshukeji/Luckysheet) +一款纯前端类似excel的在线表格,功能强大、配置简单、完全开源。
+**注意:** Excel报表目前只是简单集成,如果你遇到了一些问题请在此[Issue](https://gitee.com/anji-plus/report/issues/I4CEWV) +下面进行回复。
-## 表格报表设计 +## 进入 进入表格设计方法1:
从报表管理模块选择需要设计的大屏,按图示进入大屏设计界面。
@@ -13,22 +15,20 @@ Excel报表基于Luckysheet开发,[Luckysheet](https://gitee.com/mengshukeji/L 从大屏报表模块选择需要设计的大屏,按图示进入大屏设计界面。
![img2](../picture/excel/img_1.png)
-## 简介 +## 设计界面 ![img3](../picture/excel/img_2.png)
-## 使用 - **注**:不建议一列中同时存在两个字段数据,同时一列值也建议不要存到超大数据量,肯定无法显示的。
![img4](../picture/excel/img_3.png)
-## 预览/保存 +## 保存 点击保存,则会将数据写入到库中。
点击预览,则进入预览界面。
![img](../picture/excel/img_4.png)
-## 预览界面 +## 预览 可以进行导出操作。
![img](../picture/excel/img_5.png)
diff --git a/doc/docs/guide/question.md b/doc/docs/guide/question.md index 6a6a2ee6..d5dc8fd5 100644 --- a/doc/docs/guide/question.md +++ b/doc/docs/guide/question.md @@ -58,7 +58,7 @@ - 提示:“*** report-ui/dist/* *** No such file or directory”
前端编译失败。
- 大部分原因是Node.js版本过高(高于V14),导致前端编译失败(npm install失败),可参考***前端npm install失败*进行解决。
+ 大部分原因是Node.js版本过高(高于V14),导致前端编译失败(npm install失败),可参考上面**前端npm install失败**进行解决。
另一部分是Nodejs在编译执行初始化时会去下载一些依赖,如果依赖下载不下来,也会导致失败。

diff --git a/doc/docs/guide/quicklySeparate.md b/doc/docs/guide/quicklySeparate.md index 782eb018..cd6ee6f8 100644 --- a/doc/docs/guide/quicklySeparate.md +++ b/doc/docs/guide/quicklySeparate.md @@ -30,7 +30,7 @@ npm run build - [Node.js] v14.16.0
- [Jdk] 1.8
-## 版本问题 +### 版本问题 已知以下版本存在兼容性问题,请不要使用 diff --git a/doc/docs/guide/reportShare.md b/doc/docs/guide/reportShare.md new file mode 100644 index 00000000..693580f7 --- /dev/null +++ b/doc/docs/guide/reportShare.md @@ -0,0 +1,22 @@ +## 简介 + +报表分享功能是将需要分享的报表生成一个访问链接,不等同于浏览器的链接,而是类似云盘分享链接的形式。
+ +## 功能位置 + +- 1、从报表管理,选择要分享的大屏,如图示。
+ ![img](../picture/reportShare/img.png)
+ +- 2、大屏报表
+ ![img1](../picture/reportShare/img_1.png)
+ +- 3、表格报表
+ 同上 + +## 功能 + +![img2](../picture/reportShare/img_2.png)
+ +## 分享总览 + +![img3](../picture/reportShare/img_3.png)
diff --git a/doc/docs/picture/reportShare/img.png b/doc/docs/picture/reportShare/img.png new file mode 100644 index 00000000..1cf54368 Binary files /dev/null and b/doc/docs/picture/reportShare/img.png differ diff --git a/doc/docs/picture/reportShare/img_1.png b/doc/docs/picture/reportShare/img_1.png new file mode 100644 index 00000000..a46c5802 Binary files /dev/null and b/doc/docs/picture/reportShare/img_1.png differ diff --git a/doc/docs/picture/reportShare/img_2.png b/doc/docs/picture/reportShare/img_2.png new file mode 100644 index 00000000..883c6a6b Binary files /dev/null and b/doc/docs/picture/reportShare/img_2.png differ diff --git a/doc/docs/picture/reportShare/img_3.png b/doc/docs/picture/reportShare/img_3.png new file mode 100644 index 00000000..6a5332d1 Binary files /dev/null and b/doc/docs/picture/reportShare/img_3.png differ