mirror of
https://gitee.com/anji-plus/report.git
synced 2026-03-24 09:48:34 +08:00
百分比图功能菜单修改
This commit is contained in:
@@ -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' }]
|
||||
},
|
||||
],
|
||||
},
|
||||
},*/
|
||||
],
|
||||
],
|
||||
// 数据
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user