百分比图功能菜单修改

This commit is contained in:
qianming
2021-07-12 17:33:31 +08:00
parent d585d1e38b
commit 49e6f8a8bb
2 changed files with 6 additions and 6 deletions

View File

@@ -5417,7 +5417,7 @@ const widgetTools = [
},
],
},
{
/* {
name: '数值设定',
list: [
{
@@ -5475,7 +5475,7 @@ const widgetTools = [
value: 'normal'
},
],
},
},*/
{
name: '提示语设置',
list: [
@@ -5570,7 +5570,7 @@ const widgetTools = [
},
],
},
{
/* {
name: '自定义配色',
list: [
{
@@ -5581,7 +5581,7 @@ const widgetTools = [
value: [{ color: '#FF801C' }, { color: '#F5FF46' }, { color: '#00FE65' }, { color: '#00FEFF' }, { color: '#ffa800' }]
},
],
},
},*/
],
],
// 数据

View File

@@ -16,7 +16,7 @@ export default {
return {
angle: 0,
options: {
backgroundColor: '#061740',
//backgroundColor: '#061740',
title: {
text: '{nums|' + this.value2() + '}{percent|%}',
x: 'center',
@@ -347,7 +347,7 @@ export default {
methods: {
// 修改图标options属性
editorOptions() {
// this.setOptionsTitle();
this.setOptionsTitle();
// this.setOptionsValue();
// this.setOptionsTooltip();
// this.setOptionsLegend();