qianming 3 years ago
parent cb301a60fb
commit dd8aed6bc0

@ -81,16 +81,20 @@
气泡地图动态数据集和饼图一样对应字典值需要选择一个“Name”、“Value”且name的字段值要和echarts图表里面的值能对应上可参考静态数据 <br> 气泡地图动态数据集和饼图一样对应字典值需要选择一个“Name”、“Value”且name的字段值要和echarts图表里面的值能对应上可参考静态数据 <br>
![img15](../picture/dashboard/img_15.png) <br> ![img15](../picture/dashboard/img_15.png) <br>
### 百分百图 ### 百分百图
数据集只能有一个字段,且字典选择“文本数字” <br> 数据集只能有一个字段,且字典选择“文本数字” <br>
![img16](../picture/dashboard/img_16.png) <br> ![img16](../picture/dashboard/img_16.png) <br>
**如有问题,请提交 [Issue](https://gitee.com/anji-plus/report/issues) <br>** **如有问题,请提交 [Issue](https://gitee.com/anji-plus/report/issues) <br>**
### 散点图
**规划中** <br>
### 对比图 ### 对比图
柱状对比图数据集需要3个字段其中一个作为对比的字段只能为2种值只有2种值作为对比的字段要选择“y轴字段”字典。因为底层的解析用的是堆叠图的解析这里的y轴字段并不是指的图表上面的y轴还请注意有强迫症可以自行修改源码的解析剩下的2个字段对应字典看图<br> 柱状对比图: <br>
![img18](../picture/dashboard/img_18.png) 数据集需要3个字段其中一个作为对比的字段只能为2种值只有2种值作为对比的字段要选择“y轴字段”字典。因为底层的解析用的是堆叠图的解析这里的y轴字段并不是指的图表上面的y轴还请注意有强迫症可以自行修改源码的解析剩下的2个字段对应字典看图<br>
![img18](../picture/dashboard/img_18.png) <br>
**如有问题,请提交 [Issue](https://gitee.com/anji-plus/report/issues) <br>**
折线对比图: <br>
数据集需要3个字段其中一个作为对比的字段只能为2种值只有2种值作为对比的字段要选择“y轴字段”字典剩下的字典对应看图<br>
![img19](../picture/dashboard/img_19.png) <br>
**注**:如果提示语设置选择“十字形”,请注意需要选择 “X轴颜色、上Y轴颜色、下Y轴颜色”不然预览图表鼠标选择是全白色还请注意。<br>
![img20](../picture/dashboard/img_20.png)
**如有问题,请提交 [Issue](https://gitee.com/anji-plus/report/issues) <br>** **如有问题,请提交 [Issue](https://gitee.com/anji-plus/report/issues) <br>**

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

@ -197,7 +197,7 @@ export const widgetLineCompare = {
name: 'colorX', name: 'colorX',
required: false, required: false,
placeholder: '', placeholder: '',
value: '#36c5e7', value: '#fff',
}, },
{ {
type: 'el-input-number', type: 'el-input-number',
@ -237,7 +237,7 @@ export const widgetLineCompare = {
name: 'lineColorX', name: 'lineColorX',
required: false, required: false,
placeholder: '', placeholder: '',
value: '#36c5e7', value: '#fff',
}, },
], ],
}, },
@ -265,7 +265,7 @@ export const widgetLineCompare = {
name: 'nameColorYTop', name: 'nameColorYTop',
required: false, required: false,
placeholder: '', placeholder: '',
value: '#36c5e7', value: '#fff',
}, },
{ {
type: 'el-input-number', type: 'el-input-number',
@ -297,7 +297,7 @@ export const widgetLineCompare = {
name: 'colorYTop', name: 'colorYTop',
required: false, required: false,
placeholder: '', placeholder: '',
value: '#36c5e7', value: '#fff',
}, },
{ {
type: 'el-input-number', type: 'el-input-number',
@ -329,7 +329,7 @@ export const widgetLineCompare = {
name: 'lineColorYTop', name: 'lineColorYTop',
required: false, required: false,
placeholder: '', placeholder: '',
value: '#36c5e7', value: '#fff',
}, },
{ {
type: 'el-switch', type: 'el-switch',
@ -381,7 +381,7 @@ export const widgetLineCompare = {
name: 'nameColorYBottom', name: 'nameColorYBottom',
required: false, required: false,
placeholder: '', placeholder: '',
value: '#e68b55', value: '#fff',
}, },
{ {
type: 'el-input-number', type: 'el-input-number',
@ -413,7 +413,7 @@ export const widgetLineCompare = {
name: 'colorYBottom', name: 'colorYBottom',
required: false, required: false,
placeholder: '', placeholder: '',
value: '#e68b55', value: '#fff',
}, },
{ {
type: 'el-input-number', type: 'el-input-number',
@ -445,7 +445,7 @@ export const widgetLineCompare = {
name: 'lineColorYBottom', name: 'lineColorYBottom',
required: false, required: false,
placeholder: '', placeholder: '',
value: '#e68b55', value: '#fff',
}, },
{ {
type: 'el-switch', type: 'el-switch',

Loading…
Cancel
Save