|
|
@ -76,7 +76,7 @@ export const gende = { |
|
|
|
bottom: "0%", |
|
|
|
containLabel: true, |
|
|
|
}, |
|
|
|
color: ["#70483E", "#C7BDB1"], |
|
|
|
color: ["#406E49", "#C7BDB1"], |
|
|
|
series: [ |
|
|
|
{ |
|
|
|
type: "pie", |
|
|
@ -227,7 +227,7 @@ export const diseaseEcharts = { |
|
|
|
data: [], |
|
|
|
type: "bar", |
|
|
|
barMaxWidth: 24, //柱图宽度
|
|
|
|
color: "#70483E", |
|
|
|
color: "#406E49", |
|
|
|
}, |
|
|
|
], |
|
|
|
}; |
|
|
@ -414,7 +414,7 @@ export const physiqueEcharts = { |
|
|
|
data: [], |
|
|
|
type: "bar", |
|
|
|
barMaxWidth: 24, //柱图宽度
|
|
|
|
color: "#70483E", |
|
|
|
color: "#406E49", |
|
|
|
// itemStyle: {
|
|
|
|
// normal: {
|
|
|
|
// //这里设置柱形图圆角 [左上角,右上角,右下角,左下角]
|
|
|
@ -447,7 +447,7 @@ export const postureEcharts = { |
|
|
|
bottom: "0%", |
|
|
|
containLabel: true, |
|
|
|
}, |
|
|
|
color: ["#C7BDB1", "#C6A268", "#906C4A", "#70483E", "#582518"], |
|
|
|
color: ["#C7BDB1", "#C6A268", "#906C4A", "#406E49", "#582518"], |
|
|
|
series: [ |
|
|
|
{ |
|
|
|
type: "pie", |
|
|
@ -592,7 +592,7 @@ export const anxietyEcharts = { |
|
|
|
data: [], |
|
|
|
type: "bar", |
|
|
|
barMaxWidth: 24, //柱图宽度
|
|
|
|
color: "#70483E", |
|
|
|
color: "#406E49", |
|
|
|
// itemStyle: {
|
|
|
|
// normal: {
|
|
|
|
// //这里设置柱形图圆角 [左上角,右上角,右下角,左下角]
|
|
|
@ -747,7 +747,7 @@ export const effectEcharts = { |
|
|
|
bottom: "0%", |
|
|
|
containLabel: true, |
|
|
|
}, |
|
|
|
color: ["#C6A268", "#906C4A", "#70483E", "#C7BDB1"], |
|
|
|
color: ["#C6A268", "#906C4A", "#406E49", "#C7BDB1"], |
|
|
|
series: [ |
|
|
|
{ |
|
|
|
type: "pie", |
|
|
@ -968,7 +968,7 @@ export const lossFollowEcharts = { |
|
|
|
data: [], |
|
|
|
type: "bar", |
|
|
|
barMaxWidth: 24, //柱图宽度
|
|
|
|
color: "#70483E", |
|
|
|
color: "#406E49", |
|
|
|
// itemStyle: {
|
|
|
|
// normal: {
|
|
|
|
// //这里设置柱形图圆角 [左上角,右上角,右下角,左下角]
|
|
|
|