mirror of
https://gitee.com/anji-plus/report.git
synced 2026-04-01 10:08:36 +08:00
导入导出、对比图相关
This commit is contained in:
@@ -51,6 +51,7 @@ module.exports = {
|
||||
{title: '数据源', path: '/guide/datasource'},
|
||||
{title: '数据集', path: '/guide/dataset'},
|
||||
{title: '大屏设计', path: '/guide/dashboard'},
|
||||
{title: '导入导出', path: '/guide/importexport'},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -88,7 +88,9 @@
|
||||
**如有问题,请提交 [Issue](https://gitee.com/anji-plus/report/issues) <br>**
|
||||
|
||||
### 散点图
|
||||
**开发中** <br>
|
||||
**规划中** <br>
|
||||
|
||||
### 对比图
|
||||
**开发中** <br>
|
||||
柱状对比图数据集需要3个字段,其中一个作为对比的字段只能为2种值,只有2种值作为对比的字段要选择“y轴字段”字典。因为底层的解析用的是堆叠图的解析,这里的y轴字段并不是指的图表上面的y轴,还请注意,有强迫症可以自行修改源码的解析,剩下的2个字段对应字典看图<br>
|
||||

|
||||
**如有问题,请提交 [Issue](https://gitee.com/anji-plus/report/issues) <br>**
|
||||
|
||||
17
doc/docs/guide/importexport.md
Normal file
17
doc/docs/guide/importexport.md
Normal file
@@ -0,0 +1,17 @@
|
||||
**注:导入导出目前是初始版本,报错没有细化,如果导入导出过程中页面无反应,请F12**
|
||||
**注:“导入成功/失败”的提示不一定对应当前真实导入导出情况,请根据实际导入导出的结果进行判断**
|
||||
|
||||
## 导出
|
||||
 <br>
|
||||
导出会生成zip文件,包含图表、样式、图片等,不会带有该大屏的名称和code。<br>
|
||||
|
||||
### 导出数据集
|
||||
适用于同一系统内部使用
|
||||
|
||||
### 导出不含有数据集
|
||||
导出的图表会使用默认的静态数据集,适用于跨系统,请注意,如果你的大屏图表有部分图表是在对方系统不存在的,那么目前整个大屏是不会显示出来的,后续会进行兼容,不存在的图表留空。<br>
|
||||
|
||||
## 导入
|
||||
 <br>
|
||||
选择一个导出的zip文件导入即可。注意,导入会覆盖当前大屏,请新建一张空白的大屏进行导入。<br>
|
||||
**注:如果你导入的大屏中含有你当前系统不存在的图表,整个大屏是不会显示的。** <br>
|
||||
BIN
doc/docs/picture/dashboard/img_18.png
Normal file
BIN
doc/docs/picture/dashboard/img_18.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
BIN
doc/docs/picture/imexport/img.png
Normal file
BIN
doc/docs/picture/imexport/img.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
BIN
doc/docs/picture/imexport/img_1.png
Normal file
BIN
doc/docs/picture/imexport/img_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
Reference in New Issue
Block a user