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