|
|
@@ -4325,9 +4325,9 @@ let app = new Vue({
|
|
|
name: '',
|
|
|
type: 'pie',
|
|
|
clockWise: false,
|
|
|
- radius: [170, 160],
|
|
|
+ radius: [160, 170],
|
|
|
center: [340, 250],
|
|
|
- hoverAnimation: false,
|
|
|
+ hoverAnimation: true,
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
label: {
|
|
|
@@ -4637,9 +4637,9 @@ let app = new Vue({
|
|
|
name: '',
|
|
|
type: 'pie',
|
|
|
clockWise: false,
|
|
|
- radius: [170, 160],
|
|
|
+ radius: [160, 170],
|
|
|
center: [350, 250],
|
|
|
- hoverAnimation: false,
|
|
|
+ hoverAnimation: true,
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
label: {
|
|
|
@@ -4651,6 +4651,7 @@ let app = new Vue({
|
|
|
},
|
|
|
{
|
|
|
type: 'pie',
|
|
|
+ tooltip: { show: false },
|
|
|
radius: [120, 120],
|
|
|
center: [350, 250],
|
|
|
zlevel: 3,
|