mirror of
https://gitee.com/anji-plus/report.git
synced 2026-02-02 09:27:47 +08:00
1.5.1文档更新
This commit is contained in:
@@ -194,6 +194,11 @@ V1.3.0为多张图表新增了配置项,有部分配置项直接和图表渲
|
|||||||
解决方法:
|
解决方法:
|
||||||
1、执行完npm install后需要将map文件夹拷贝到node_modules/echarts/文件夹下
|
1、执行完npm install后需要将map文件夹拷贝到node_modules/echarts/文件夹下
|
||||||
2、执行完1之后需要修改 report-ui/node_modules/echarts目录下的package.json
|
2、执行完1之后需要修改 report-ui/node_modules/echarts目录下的package.json
|
||||||
在“sideEffects”追加"map/js/*.js"
|
在“sideEffects”追加 "map/js/*.js" 和 "map/js/province/*.js"
|
||||||
不明白可参考:https://blog.csdn.net/m0_45159572/article/details/130077091
|
不明白可参考:https://blog.csdn.net/m0_45159572/article/details/130077091
|
||||||
|
|
||||||
|
- 文本组件出现undefined内容 <br>
|
||||||
|
 <br>
|
||||||
|
|
||||||
|
解决方法:调整任意配置项。 <br>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
## 注意事项
|
## 注意事项
|
||||||
|
|
||||||
- 本次版本必须更新bootstrap.yml配置文件
|
- 本次版本必须更新bootstrap.yml配置文件
|
||||||
|
- 1.5.x 配置文件中flyway默认是false未启动的,如果数据库兼容性没问题,可以修改为true
|
||||||
- 特别注意,1.5版本开始,node版本最低使用V16版本。
|
- 特别注意,1.5版本开始,node版本最低使用V16版本。
|
||||||
- 之前版本更新至本版本时,可能会遇到图表不显示静态、动态数据,需对该图表重新配置;如果已对旧版本进行二次开发,请谨慎更新。<br>
|
- 之前版本更新至本版本时,可能会遇到图表不显示静态、动态数据,需对该图表重新配置;如果已对旧版本进行二次开发,请谨慎更新。<br>
|
||||||
跨版本更新可查对应版本的[releases](https://gitee.com/anji-plus/report/releases)。<br>
|
跨版本更新可查对应版本的[releases](https://gitee.com/anji-plus/report/releases)。<br>
|
||||||
@@ -12,6 +13,12 @@
|
|||||||
- 3、清缓存,执行 npm cache clean --force
|
- 3、清缓存,执行 npm cache clean --force
|
||||||
- 4、使用node16,执行 npm install
|
- 4、使用node16,执行 npm install
|
||||||
|
|
||||||
|
## npm install不成功问题
|
||||||
|
|
||||||
|
- 1、修改npm镜像地址,看文档下方的命令
|
||||||
|
- 2、使用低版本一点的node16,比如我们正在使用的node16.14.0
|
||||||
|
- 3、使用npm install -f 命令
|
||||||
|
|
||||||
### nvm工具
|
### nvm工具
|
||||||
|
|
||||||
用来管理多个node版本,不会的跟这个文档尝试。
|
用来管理多个node版本,不会的跟这个文档尝试。
|
||||||
@@ -19,18 +26,20 @@ https://blog.csdn.net/i_for/article/details/135060019
|
|||||||
|
|
||||||
### 镜像源
|
### 镜像源
|
||||||
|
|
||||||
- 查看当前源配置
|
- 查看当前源配置 <br>
|
||||||
npm config get registry
|
npm config get registry
|
||||||
- 淘宝源
|
- 淘宝源 <br>
|
||||||
npm config set registry https://repository.npmmirror.com
|
npm config set registry https://repository.npmmirror.com
|
||||||
- 华为源
|
- 华为源 <br>
|
||||||
npm config set registry https://mirrors.huaweicloud.com/repository/npm/
|
npm config set registry https://mirrors.huaweicloud.com/repository/npm/
|
||||||
- 腾讯源
|
- 腾讯源 <br>
|
||||||
npm config set registry https://mirrors.cloud.tencent.com/npm/
|
npm config set registry https://mirrors.cloud.tencent.com/npm/
|
||||||
- 中国科技大学源
|
- 中国科技大学源 <br>
|
||||||
npm config set registry https://mirrors.ustc.edu.cn/npm/
|
npm config set registry https://mirrors.ustc.edu.cn/npm/
|
||||||
- 网易源
|
- 网易源 <br>
|
||||||
npm config set registry https://mirrors.163.com/npm/
|
npm config set registry https://mirrors.163.com/npm/
|
||||||
|
- 官网源 <br>
|
||||||
|
npm config set registry https://registry.npmjs.org/
|
||||||
|
|
||||||
## 1.5版本开始前端编译注意事项
|
## 1.5版本开始前端编译注意事项
|
||||||
|
|
||||||
@@ -91,9 +100,14 @@ https://blog.csdn.net/i_for/article/details/135060019
|
|||||||
## V1.5.1
|
## V1.5.1
|
||||||
|
|
||||||
- 1、大屏设计器-多选及拖拽功能实现 --贡献人:JiangHH@jianghh1993
|
- 1、大屏设计器-多选及拖拽功能实现 --贡献人:JiangHH@jianghh1993
|
||||||
- 2、优化调整词云图组件
|
- 2、大屏组件-部分图表组件增加“Y轴最小值”配置
|
||||||
- 3、修复地图省份切换问题(需要手动在“sideEffects”追加"map/js/province/*.js")
|
- 3、文本组件增加“拼接内容”配置(之前版本的文本数据可能会出现undefined内容,只需要随便调整任意配置项即可)
|
||||||
- 4、修复Excel导出时样式不一致问题 --贡献人:Fred@lzq_94
|
- 4、优化前端数据源界面提示语
|
||||||
|
- 5、优化调整词云图组件
|
||||||
|
- 6、修复地图省份切换问题(需要手动在“sideEffects”追加"map/js/province/*.js")
|
||||||
|
- 7、修复Excel导出时样式不一致问题 --贡献人:Fred@lzq_94
|
||||||
|
- 8、修复柱状/折线堆叠图数据渲染异常问题
|
||||||
|
- 9、修复大屏-下拉框样式问题
|
||||||
|
|
||||||
## 问题
|
## 问题
|
||||||
|
|
||||||
|
|||||||
BIN
doc/docs/picture/qusetion/img_16.png
Normal file
BIN
doc/docs/picture/qusetion/img_16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user