|
|
@@ -51,11 +51,11 @@
|
|
|
type: Object,
|
|
|
default: function () {
|
|
|
return {
|
|
|
- textStyle: "#f8c351",
|
|
|
+ textStyle: "#f5c35a",
|
|
|
series: {
|
|
|
color: ["rgba(212,177,0,0.29)", "transparent"],
|
|
|
dataColor: {
|
|
|
- normal: "#f4cc03",
|
|
|
+ normal: "#fac858",
|
|
|
shadowColor: "#f5df97"
|
|
|
}
|
|
|
}
|
|
|
@@ -66,11 +66,11 @@
|
|
|
type: Object,
|
|
|
default: function () {
|
|
|
return {
|
|
|
- textStyle: "#ea5062",
|
|
|
+ textStyle: "#ee6b6b",
|
|
|
series: {
|
|
|
color: ["rgba(212,0,64,0.29)", "transparent"],
|
|
|
dataColor: {
|
|
|
- normal: "#f4031f",
|
|
|
+ normal: "#ee6666",
|
|
|
shadowColor: "#ec898c"
|
|
|
}
|
|
|
}
|
|
|
@@ -97,7 +97,7 @@
|
|
|
series: [
|
|
|
{
|
|
|
type: "pie",
|
|
|
- radius: ["95%", "80%"],
|
|
|
+ radius: ["95%", "85%"],
|
|
|
center: ["50%", "50%"],
|
|
|
hoverAnimation: false,
|
|
|
color: this.colorObj.series.color,
|
|
|
@@ -139,7 +139,7 @@
|
|
|
series: [
|
|
|
{
|
|
|
type: "pie",
|
|
|
- radius: ["95%", "80%"],
|
|
|
+ radius: ["95%", "85%"],
|
|
|
center: ["50%", "50%"],
|
|
|
hoverAnimation: false,
|
|
|
color: this.colorObj2.series.color,
|
|
|
@@ -181,7 +181,7 @@
|
|
|
series: [
|
|
|
{
|
|
|
type: "pie",
|
|
|
- radius: ["95%", "80%"],
|
|
|
+ radius: ["95%", "85%"],
|
|
|
center: ["50%", "50%"],
|
|
|
hoverAnimation: false,
|
|
|
color: this.colorObj3.series.color,
|